Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsResponse
- 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 KeywordThemeConstantService.SuggestKeywordThemeConstants.
Instance Attribute Summary collapse
-
#keyword_theme_constants ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesKeywordThemeConstant>
Smart Campaign keyword theme suggestions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsResponse.
55431 55432 55433 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55431 def initialize(**args) update!(**args) end |
Instance Attribute Details
#keyword_theme_constants ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesKeywordThemeConstant>
Smart Campaign keyword theme suggestions.
Corresponds to the JSON property keywordThemeConstants
55429 55430 55431 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55429 def keyword_theme_constants @keyword_theme_constants end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
55436 55437 55438 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55436 def update!(**args) @keyword_theme_constants = args[:keyword_theme_constants] if args.key?(:keyword_theme_constants) end |