Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateConversionRatesResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateConversionRatesResponse
- 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 ReachPlanService.GenerateConversionRates, containing conversion rate suggestions for supported plannable products.
Instance Attribute Summary collapse
-
#conversion_rate_suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConversionRateSuggestion>
A list containing conversion rate suggestions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateConversionRatesResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesGenerateConversionRatesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateConversionRatesResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateConversionRatesResponse.
41434 41435 41436 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41434 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversion_rate_suggestions ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConversionRateSuggestion>
A list containing conversion rate suggestions. Each repeated element will have
an associated product code. Multiple suggestions may share the same product
code.
Corresponds to the JSON property conversionRateSuggestions
41432 41433 41434 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41432 def conversion_rate_suggestions @conversion_rate_suggestions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41439 41440 41441 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41439 def update!(**args) @conversion_rate_suggestions = args[:conversion_rate_suggestions] if args.key?(:conversion_rate_suggestions) end |