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.
41077 41078 41079 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41077 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
41070 41071 41072 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41070 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
41075 41076 41077 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41075 def unusable_ad_groups @unusable_ad_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41082 41083 41084 41085 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41082 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 |