GoogleAdsSearchads360V23ServicesAdGroupAdLabelOperation constructor

GoogleAdsSearchads360V23ServicesAdGroupAdLabelOperation({
  1. GoogleAdsSearchads360V23ResourcesAdGroupAdLabel? create,
  2. String? remove,
})

Implementation

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