Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationLowerTargetRoasRecommendation

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

Recommendation to lower Target ROAS.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationLowerTargetRoasRecommendation

Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationLowerTargetRoasRecommendation.



18233
18234
18235
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18233

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

Instance Attribute Details

#target_adjustmentGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo

Information of a target adjustment recommendation. Corresponds to the JSON property targetAdjustment



18231
18232
18233
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18231

def target_adjustment
  @target_adjustment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18238
18239
18240
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18238

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