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.
40741 40742 40743 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40741 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
40739 40740 40741 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40739 def conversion_rate_suggestions @conversion_rate_suggestions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40746 40747 40748 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40746 def update!(**args) @conversion_rate_suggestions = args[:conversion_rate_suggestions] if args.key?(:conversion_rate_suggestions) end |