GoogleAdsSearchads360V23ServicesConversionValueRuleSetOperation constructor

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

Implementation

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