GoogleAdsSearchads360V23ServicesCustomerCustomizerOperation constructor

GoogleAdsSearchads360V23ServicesCustomerCustomizerOperation({
  1. GoogleAdsSearchads360V23ResourcesCustomerCustomizer? create,
  2. String? remove,
})

Implementation

GoogleAdsSearchads360V23ServicesCustomerCustomizerOperation({
  this.create,
  this.remove,
});