GoogleAdsSearchads360V23ServicesCustomizerAttributeOperation constructor

GoogleAdsSearchads360V23ServicesCustomizerAttributeOperation({
  1. GoogleAdsSearchads360V23ResourcesCustomizerAttribute? create,
  2. String? remove,
  3. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesCustomizerAttributeOperation({
  this.create,
  this.remove,
  this.updateMask,
});