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.
18302 18303 18304 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18302 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
18295 18296 18297 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18295 def budget_recommendation @budget_recommendation end |
#excess_campaign_budget ⇒ String
Output only. The excess budget's resource_name.
Corresponds to the JSON property excessCampaignBudget
18300 18301 18302 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18300 def excess_campaign_budget @excess_campaign_budget end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18307 18308 18309 18310 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18307 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 |