GoogleAdsSearchads360V23ServicesMutateCampaignsRequest constructor

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

Implementation

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