Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateAdGroupThemesResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateAdGroupThemesResponse
- 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
-
#ad_group_keyword_suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion>
A list of suggested AdGroup/keyword pairings.
-
#unusable_ad_groups ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUnusableAdGroup>
A list of provided AdGroups that could not be used as suggestions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateAdGroupThemesResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesGenerateAdGroupThemesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateAdGroupThemesResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateAdGroupThemesResponse.
40384 40385 40386 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40384 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_group_keyword_suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion>
A list of suggested AdGroup/keyword pairings.
Corresponds to the JSON property adGroupKeywordSuggestions
40377 40378 40379 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40377 def ad_group_keyword_suggestions @ad_group_keyword_suggestions end |
#unusable_ad_groups ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUnusableAdGroup>
A list of provided AdGroups that could not be used as suggestions.
Corresponds to the JSON property unusableAdGroups
40382 40383 40384 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40382 def unusable_ad_groups @unusable_ad_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40389 40390 40391 40392 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40389 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 |