GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult constructor

GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult({
  1. List<String>? closeVariants,
  2. GoogleAdsSearchads360V23CommonKeywordAnnotations? keywordAnnotations,
  3. GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics? keywordIdeaMetrics,
  4. String? text,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult({
  this.closeVariants,
  this.keywordAnnotations,
  this.keywordIdeaMetrics,
  this.text,
});