GoogleAdsSearchads360V23ServicesAdGroupCriterionLabelOperation constructor

GoogleAdsSearchads360V23ServicesAdGroupCriterionLabelOperation({
  1. GoogleAdsSearchads360V23ResourcesAdGroupCriterionLabel? create,
  2. String? remove,
})

Implementation

GoogleAdsSearchads360V23ServicesAdGroupCriterionLabelOperation({
  this.create,
  this.remove,
});