Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationMoveUnusedBudgetRecommendation
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationMoveUnusedBudgetRecommendation
- 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 move unused budget recommendation.
Instance Attribute Summary collapse
-
#budget_recommendation ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudgetRecommendation
The budget recommendation for budget constrained campaigns.
-
#excess_campaign_budget ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationMoveUnusedBudgetRecommendation
constructor
A new instance of GoogleAdsSearchads360V23ResourcesRecommendationMoveUnusedBudgetRecommendation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationMoveUnusedBudgetRecommendation
Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationMoveUnusedBudgetRecommendation.
18236 18237 18238 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18236 def initialize(**args) update!(**args) end |
Instance Attribute Details
#budget_recommendation ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudgetRecommendation
The budget recommendation for budget constrained campaigns.
Corresponds to the JSON property budgetRecommendation
18229 18230 18231 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18229 def budget_recommendation @budget_recommendation end |
#excess_campaign_budget ⇒ String
Output only. The excess budget's resource_name.
Corresponds to the JSON property excessCampaignBudget
18234 18235 18236 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18234 def excess_campaign_budget @excess_campaign_budget end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18241 18242 18243 18244 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18241 def update!(**args) @budget_recommendation = args[:budget_recommendation] if args.key?(:budget_recommendation) @excess_campaign_budget = args[:excess_campaign_budget] if args.key?(:excess_campaign_budget) end |