Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationMaximizeClicksOptInRecommendation
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationMaximizeClicksOptInRecommendation
- 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
The Maximize Clicks opt-in recommendation.
Instance Attribute Summary collapse
-
#recommended_budget_amount_micros ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationMaximizeClicksOptInRecommendation
constructor
A new instance of GoogleAdsSearchads360V23ResourcesRecommendationMaximizeClicksOptInRecommendation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationMaximizeClicksOptInRecommendation
Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationMaximizeClicksOptInRecommendation.
18127 18128 18129 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18127 def initialize(**args) update!(**args) end |
Instance Attribute Details
#recommended_budget_amount_micros ⇒ Fixnum
Output only. The recommended new budget amount. Only set if the current budget
is too high.
Corresponds to the JSON property recommendedBudgetAmountMicros
18125 18126 18127 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18125 def recommended_budget_amount_micros @recommended_budget_amount_micros end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18132 18133 18134 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18132 def update!(**args) @recommended_budget_amount_micros = args[:recommended_budget_amount_micros] if args.key?(:recommended_budget_amount_micros) end |