GoogleAdsSearchads360V23ResourcesAdGroupLabel constructor

GoogleAdsSearchads360V23ResourcesAdGroupLabel({
  1. String? adGroup,
  2. String? label,
  3. String? ownerCustomerId,
  4. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupLabel({
  this.adGroup,
  this.label,
  this.ownerCustomerId,
  this.resourceName,
});