Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsResponse
- 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. GenerateTargetingSuggestionMetrics.
Instance Attribute Summary collapse
-
#suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesTargetingSuggestionMetrics>
Suggested targetable audiences.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateTargetingSuggestionMetricsResponse.
42290 42291 42292 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42290 def initialize(**args) update!(**args) end |
Instance Attribute Details
#suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesTargetingSuggestionMetrics>
Suggested targetable audiences. There will be one suggestion for each
GenerateTargetingSuggestionMetricsRequest.audiences requested, matching the
order requested.
Corresponds to the JSON property suggestions
42288 42289 42290 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42288 def suggestions @suggestions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42295 42296 42297 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42295 def update!(**args) @suggestions = args[:suggestions] if args.key?(:suggestions) end |