GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion constructor

GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion({
  1. String? keywordText,
  2. String? suggestedAdGroup,
  3. String? suggestedCampaign,
  4. String? suggestedKeywordText,
  5. String? suggestedMatchType,
})

Implementation

GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion({
  this.keywordText,
  this.suggestedAdGroup,
  this.suggestedCampaign,
  this.suggestedKeywordText,
  this.suggestedMatchType,
});