Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateSuggestedTargetingInsightsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateSuggestedTargetingInsightsResponse
- 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 AudienceInsightsService. GenerateSuggestedTargetingInsights.
Instance Attribute Summary collapse
-
#suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesTargetingSuggestionMetrics>
Suggested insights for targetable audiences.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateSuggestedTargetingInsightsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesGenerateSuggestedTargetingInsightsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateSuggestedTargetingInsightsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateSuggestedTargetingInsightsResponse.
41541 41542 41543 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41541 def initialize(**args) update!(**args) end |
Instance Attribute Details
#suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesTargetingSuggestionMetrics>
Suggested insights for targetable audiences.
Corresponds to the JSON property suggestions
41539 41540 41541 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41539 def suggestions @suggestions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41546 41547 41548 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41546 def update!(**args) @suggestions = args[:suggestions] if args.key?(:suggestions) end |