GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsRequest constructor

GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsRequest({
  1. String? countryCode,
  2. String? languageCode,
  3. String? queryText,
})

Implementation

GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsRequest({
  this.countryCode,
  this.languageCode,
  this.queryText,
});