GoogleAdsSearchads360V23ServicesAssetGroupAssetOperation constructor

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

Implementation

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