GoogleAdsSearchads360V23ServicesMutateCampaignLabelsRequest constructor

GoogleAdsSearchads360V23ServicesMutateCampaignLabelsRequest({
  1. List<GoogleAdsSearchads360V23ServicesCampaignLabelOperation>? operations,
  2. bool? partialFailure,
  3. bool? validateOnly,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateCampaignLabelsRequest({
  this.operations,
  this.partialFailure,
  this.validateOnly,
});