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.



35186
35187
35188
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35186

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)


35184
35185
35186
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35184

def target_roas_multiplier
  @target_roas_multiplier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35191
35192
35193
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35191

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