GoogleAdsSearchads360V23ResourcesCampaignEffectiveLabel constructor

GoogleAdsSearchads360V23ResourcesCampaignEffectiveLabel({
  1. String? campaign,
  2. String? label,
  3. String? ownerCustomerId,
  4. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignEffectiveLabel({
  this.campaign,
  this.label,
  this.ownerCustomerId,
  this.resourceName,
});