GoogleAdsSearchads360V23ResourcesAdGroupAdEffectiveLabel constructor

GoogleAdsSearchads360V23ResourcesAdGroupAdEffectiveLabel({
  1. String? adGroupAd,
  2. String? label,
  3. String? ownerCustomerId,
  4. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupAdEffectiveLabel({
  this.adGroupAd,
  this.label,
  this.ownerCustomerId,
  this.resourceName,
});