GoogleAdsSearchads360V23ServicesMutateAdGroupAdLabelsRequest constructor

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

Implementation

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