Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsResponse

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 KeywordThemeConstantService.SuggestKeywordThemeConstants.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesSuggestKeywordThemeConstantsResponse.



54577
54578
54579
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54577

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

Instance Attribute Details

#keyword_theme_constantsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesKeywordThemeConstant>

Smart Campaign keyword theme suggestions. Corresponds to the JSON property keywordThemeConstants



54575
54576
54577
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54575

def keyword_theme_constants
  @keyword_theme_constants
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



54582
54583
54584
# File 'lib/google/apis/searchads360_v23/classes.rb', line 54582

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