GoogleAdsSearchads360V23ServicesMutateAdGroupLabelsRequest constructor

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

Implementation

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