Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme

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

A Smart campaign keyword theme suggestion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme

Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestKeywordThemesResponseKeywordTheme.



35930
35931
35932
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35930

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

Instance Attribute Details

#free_form_keyword_themeString

A free-form text keyword theme. Corresponds to the JSON property freeFormKeywordTheme

Returns:

  • (String)


35923
35924
35925
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35923

def free_form_keyword_theme
  @free_form_keyword_theme
end

#keyword_theme_constantGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesKeywordThemeConstant

A Smart Campaign keyword theme constant. Corresponds to the JSON property keywordThemeConstant



35928
35929
35930
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35928

def keyword_theme_constant
  @keyword_theme_constant
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35935
35936
35937
35938
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35935

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