GoogleAdsSearchads360V23ServicesAssetSetOperation constructor

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

Implementation

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