GoogleAdsSearchads360V23ResourcesAdGroupCustomizer constructor

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

Implementation

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