GoogleAdsSearchads360V23ResourcesAdGroupCriterionEffectiveLabel constructor

GoogleAdsSearchads360V23ResourcesAdGroupCriterionEffectiveLabel({
  1. String? adGroupCriterion,
  2. String? label,
  3. String? ownerCustomerId,
  4. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupCriterionEffectiveLabel({
  this.adGroupCriterion,
  this.label,
  this.ownerCustomerId,
  this.resourceName,
});