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.
35073 35074 35075 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35073 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
35071 35072 35073 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35071 def target_cpa_multiplier @target_cpa_multiplier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35078 35079 35080 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35078 def update!(**args) @target_cpa_multiplier = args[:target_cpa_multiplier] if args.key?(:target_cpa_multiplier) end |