Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateSuggestedTargetingInsightsResponse

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 AudienceInsightsService. GenerateSuggestedTargetingInsights.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateSuggestedTargetingInsightsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateSuggestedTargetingInsightsResponse.



42234
42235
42236
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42234

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

Instance Attribute Details

#suggestionsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesTargetingSuggestionMetrics>

Suggested insights for targetable audiences. Corresponds to the JSON property suggestions



42232
42233
42234
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42232

def suggestions
  @suggestions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42239
42240
42241
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42239

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