GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme constructor

GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme({
  1. String? freeFormKeywordTheme,
  2. GoogleAdsSearchads360V23ResourcesKeywordThemeConstant? keywordThemeConstant,
})

Implementation

GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme({
  this.freeFormKeywordTheme,
  this.keywordThemeConstant,
});