GoogleAdsSearchads360V23ResourcesKeywordPlanCampaignKeyword constructor

GoogleAdsSearchads360V23ResourcesKeywordPlanCampaignKeyword({
  1. String? id,
  2. String? keywordPlanCampaign,
  3. String? matchType,
  4. bool? negative,
  5. String? resourceName,
  6. String? text,
})

Implementation

GoogleAdsSearchads360V23ResourcesKeywordPlanCampaignKeyword({
  this.id,
  this.keywordPlanCampaign,
  this.matchType,
  this.negative,
  this.resourceName,
  this.text,
});