GoogleAdsSearchads360V23ResourcesCampaignSearchTermInsight constructor

GoogleAdsSearchads360V23ResourcesCampaignSearchTermInsight({
  1. String? campaignId,
  2. String? categoryLabel,
  3. String? id,
  4. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignSearchTermInsight({
  this.campaignId,
  this.categoryLabel,
  this.id,
  this.resourceName,
});