GoogleAdsSearchads360V23ServicesMutateCampaignCustomizersRequest constructor

GoogleAdsSearchads360V23ServicesMutateCampaignCustomizersRequest({
  1. List<GoogleAdsSearchads360V23ServicesCampaignCustomizerOperation>? operations,
  2. bool? partialFailure,
  3. String? responseContentType,
  4. bool? validateOnly,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateCampaignCustomizersRequest({
  this.operations,
  this.partialFailure,
  this.responseContentType,
  this.validateOnly,
});