GoogleAdsSearchads360V23ServicesAdGroupOperation constructor

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

Implementation

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