GoogleAdsSearchads360V23ResourcesCustomerCustomizer constructor

GoogleAdsSearchads360V23ResourcesCustomerCustomizer({
  1. String? customizerAttribute,
  2. String? resourceName,
  3. String? status,
  4. GoogleAdsSearchads360V23CommonCustomizerValue? value,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomerCustomizer({
  this.customizerAttribute,
  this.resourceName,
  this.status,
  this.value,
});