Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationLowerTargetRoasParameters

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationLowerTargetRoasParameters

Returns a new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationLowerTargetRoasParameters.



35114
35115
35116
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35114

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#target_roas_multiplierFloat

Required. Target to set ROAS multiplier to. This is a required field. Corresponds to the JSON property targetRoasMultiplier

Returns:

  • (Float)


35112
35113
35114
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35112

def target_roas_multiplier
  @target_roas_multiplier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35119
35120
35121
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35119

def update!(**args)
  @target_roas_multiplier = args[:target_roas_multiplier] if args.key?(:target_roas_multiplier)
end