GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm constructor

GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm({
  1. String? estimatedWeeklySearchCount,
  2. String? text,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm({
  this.estimatedWeeklySearchCount,
  this.text,
});