Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationLowerTargetRoasParameters
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationLowerTargetRoasParameters
- 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 lower Target ROAS recommendations.
Instance Attribute Summary collapse
-
#target_roas_multiplier ⇒ Float
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationLowerTargetRoasParameters
constructor
A new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationLowerTargetRoasParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationLowerTargetRoasParameters
Returns a new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationLowerTargetRoasParameters.
35012 35013 35014 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35012 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_roas_multiplier ⇒ Float
Required. Target to set ROAS multiplier to. This is a required field.
Corresponds to the JSON property targetRoasMultiplier
35010 35011 35012 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35010 def target_roas_multiplier @target_roas_multiplier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35017 35018 35019 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35017 def update!(**args) @target_roas_multiplier = args[:target_roas_multiplier] if args.key?(:target_roas_multiplier) end |