Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.6 KB

Budget.md

File metadata and controls

33 lines (30 loc) · 1.6 KB

Budget

Properties

Name Type Description Notes
uuid str [optional]
account_id str
name str
scope BudgetScope [optional]
type str Whether the Budget is based on a specified amount or based on previous month's actual spend [optional]
budget_monthly_breakdown BudgetMonthlyBreakdown [optional]
budget_amount float [optional]
period str [optional]
growth_rate float [optional]
actual_cost float [optional]
forecast_cost float [optional]
last_month_cost float [optional]
alert_thresholds list[AlertThreshold] [optional]
email_addresses list[str] [optional]
user_group_ids list[str] [optional]
parent_budget_group_id str [optional]
notify_on_slack bool [optional]
is_ng_budget bool [optional]
start_time int [optional]
end_time int [optional]
created_at int [optional]
last_updated_at int [optional]
budget_history dict(str, BudgetCostData) [optional]
disable_currency_warning bool [optional]
ng_budget bool [optional]

[Back to Model list] [Back to API list] [Back to README]