Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationRaiseTargetCpaParameters
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationRaiseTargetCpaParameters
- 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
Parameters to use when applying raise Target CPA recommendations.
Instance Attribute Summary collapse
-
#target_cpa_multiplier ⇒ Float
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationRaiseTargetCpaParameters
constructor
A new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationRaiseTargetCpaParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationRaiseTargetCpaParameters
Returns a new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationRaiseTargetCpaParameters.
35175 35176 35177 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35175 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_cpa_multiplier ⇒ Float
Required. Target to set CPA multiplier to. This is a required field.
Corresponds to the JSON property targetCpaMultiplier
35173 35174 35175 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35173 def target_cpa_multiplier @target_cpa_multiplier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35180 35181 35182 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35180 def update!(**args) @target_cpa_multiplier = args[:target_cpa_multiplier] if args.key?(:target_cpa_multiplier) end |