Class: DatadogAPIClient::V2::BudgetAttributesCosts
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::BudgetAttributesCosts
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/budget_attributes_costs.rb
Overview
Aggregated cost data for the budget over the requested period.
Instance Attribute Summary collapse
-
#actual ⇒ Object
The total actual cost.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#amount ⇒ Object
The total budgeted amount over the requested period.
-
#forecast ⇒ Object
The total forecast cost, with any custom forecast overrides applied.
-
#ootb_forecast ⇒ Object
The out-of-the-box ML forecast before custom overrides.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#actual ⇒ Object
The total actual cost. Present only when actual=true is requested.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/budget_attributes_costs.rb', line 25 def actual @actual end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/budget_attributes_costs.rb', line 36 def additional_properties @additional_properties end |
#amount ⇒ Object
The total budgeted amount over the requested period.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/budget_attributes_costs.rb', line 28 def amount @amount end |
#forecast ⇒ Object
The total forecast cost, with any custom forecast overrides applied. Present only when forecast=true is requested.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/budget_attributes_costs.rb', line 31 def forecast @forecast end |
#ootb_forecast ⇒ Object
The out-of-the-box ML forecast before custom overrides. Present only when forecast=true is requested.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/budget_attributes_costs.rb', line 34 def ootb_forecast @ootb_forecast end |