GoogleAdsSearchads360V23ServicesAssetGroupOperation constructor

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

Implementation

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