Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationLowerTargetRoasRecommendation
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationLowerTargetRoasRecommendation
- 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
Recommendation to lower Target ROAS.
Instance Attribute Summary collapse
-
#target_adjustment ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo
Information of a target adjustment recommendation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationLowerTargetRoasRecommendation
constructor
A new instance of GoogleAdsSearchads360V23ResourcesRecommendationLowerTargetRoasRecommendation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationLowerTargetRoasRecommendation
Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationLowerTargetRoasRecommendation.
18107 18108 18109 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18107 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_adjustment ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo
Information of a target adjustment recommendation.
Corresponds to the JSON property targetAdjustment
18105 18106 18107 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18105 def target_adjustment @target_adjustment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18112 18113 18114 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18112 def update!(**args) @target_adjustment = args[:target_adjustment] if args.key?(:target_adjustment) end |