GoogleAdsSearchads360V23ServicesAssetOperation constructor

GoogleAdsSearchads360V23ServicesAssetOperation({
  1. GoogleAdsSearchads360V23ResourcesAsset? create,
  2. GoogleAdsSearchads360V23ResourcesAsset? update,
  3. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesAssetOperation({
  this.create,
  this.update,
  this.updateMask,
});