GoogleAdsSearchads360V23ServicesKeywordPlanAdGroupOperation constructor

GoogleAdsSearchads360V23ServicesKeywordPlanAdGroupOperation({
  1. GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroup? create,
  2. String? remove,
  3. GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroup? update,
  4. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesKeywordPlanAdGroupOperation({
  this.create,
  this.remove,
  this.update,
  this.updateMask,
});