GoogleAdsSearchads360V23ServicesConversionCustomVariableOperation constructor

GoogleAdsSearchads360V23ServicesConversionCustomVariableOperation({
  1. GoogleAdsSearchads360V23ResourcesConversionCustomVariable? create,
  2. GoogleAdsSearchads360V23ResourcesConversionCustomVariable? update,
  3. String? updateMask,
})

Implementation

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