Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponse
- 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
-
#keyword_themes ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme>
Smart campaign keyword theme suggestions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponse.
55470 55471 55472 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55470 def initialize(**args) update!(**args) end |
Instance Attribute Details
#keyword_themes ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme>
Smart campaign keyword theme suggestions.
Corresponds to the JSON property keywordThemes
55468 55469 55470 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55468 def keyword_themes @keyword_themes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55475 55476 55477 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55475 def update!(**args) @keyword_themes = args[:keyword_themes] if args.key?(:keyword_themes) end |