GoogleAdsSearchads360V23ResourcesRecommendationUseBroadMatchKeywordRecommendation constructor

GoogleAdsSearchads360V23ResourcesRecommendationUseBroadMatchKeywordRecommendation({
  1. String? campaignKeywordsCount,
  2. bool? campaignUsesSharedBudget,
  3. List<GoogleAdsSearchads360V23CommonKeywordInfo>? keyword,
  4. String? requiredCampaignBudgetAmountMicros,
  5. String? suggestedKeywordsCount,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationUseBroadMatchKeywordRecommendation({
  this.campaignKeywordsCount,
  this.campaignUsesSharedBudget,
  this.keyword,
  this.requiredCampaignBudgetAmountMicros,
  this.suggestedKeywordsCount,
});