GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendation constructor

GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendation({
  1. GoogleAdsSearchads360V23CommonKeywordInfo? keyword,
  2. String? recommendedCpcBidMicros,
  3. List<GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm>? searchTerms,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendation({
  this.keyword,
  this.recommendedCpcBidMicros,
  this.searchTerms,
});