GoogleAdsSearchads360V23ServicesUploadUserDataRequest constructor

GoogleAdsSearchads360V23ServicesUploadUserDataRequest({
  1. GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata? customerMatchUserListMetadata,
  2. List<GoogleAdsSearchads360V23ServicesUserDataOperation>? operations,
})

Implementation

GoogleAdsSearchads360V23ServicesUploadUserDataRequest({
  this.customerMatchUserListMetadata,
  this.operations,
});