Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateAdGroupThemesResponse

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 KeywordPlanIdeaService.GenerateAdGroupThemes.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateAdGroupThemesResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateAdGroupThemesResponse.



41149
41150
41151
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41149

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

Instance Attribute Details

#ad_group_keyword_suggestionsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion>

A list of suggested AdGroup/keyword pairings. Corresponds to the JSON property adGroupKeywordSuggestions



41142
41143
41144
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41142

def ad_group_keyword_suggestions
  @ad_group_keyword_suggestions
end

#unusable_ad_groupsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUnusableAdGroup>

A list of provided AdGroups that could not be used as suggestions. Corresponds to the JSON property unusableAdGroups



41147
41148
41149
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41147

def unusable_ad_groups
  @unusable_ad_groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41154
41155
41156
41157
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41154

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