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.



35012
35013
35014
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35012

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)


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