GoogleAdsSearchads360V23ResourcesAdGroupCriterionCustomizer constructor

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

Implementation

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