Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme
- 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
A Smart campaign keyword theme suggestion.
Instance Attribute Summary collapse
-
#free_form_keyword_theme ⇒ String
A free-form text keyword theme.
-
#keyword_theme_constant ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesKeywordThemeConstant
A Smart Campaign keyword theme constant.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme
constructor
A new instance of GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme
Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme.
35723 35724 35725 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35723 def initialize(**args) update!(**args) end |
Instance Attribute Details
#free_form_keyword_theme ⇒ String
A free-form text keyword theme.
Corresponds to the JSON property freeFormKeywordTheme
35716 35717 35718 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35716 def free_form_keyword_theme @free_form_keyword_theme end |
#keyword_theme_constant ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesKeywordThemeConstant
A Smart Campaign keyword theme constant.
Corresponds to the JSON property keywordThemeConstant
35721 35722 35723 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35721 def keyword_theme_constant @keyword_theme_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35728 35729 35730 35731 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35728 def update!(**args) @free_form_keyword_theme = args[:free_form_keyword_theme] if args.key?(:free_form_keyword_theme) @keyword_theme_constant = args[:keyword_theme_constant] if args.key?(:keyword_theme_constant) end |