Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb

Overview

Response message for SmartCampaignSuggestService.SuggestKeywordThemes.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponse.



55542
55543
55544
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55542

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#keyword_themesArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme>

Smart campaign keyword theme suggestions. Corresponds to the JSON property keywordThemes



55540
55541
55542
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55540

def keyword_themes
  @keyword_themes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55547
55548
55549
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55547

def update!(**args)
  @keyword_themes = args[:keyword_themes] if args.key?(:keyword_themes)
end