Class: DatadogAPIClient::V2::BudgetAttributesCosts

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#actualObject

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_propertiesObject

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

#amountObject

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

#forecastObject

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_forecastObject

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