Class: DatadogAPIClient::V2::CustomForecastResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomForecastResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb
Overview
Attributes of a custom forecast.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#budget_uid ⇒ Object
readonly
The UUID of the budget that this custom forecast belongs to.
-
#created_at ⇒ Object
readonly
Timestamp the custom forecast was created, in Unix milliseconds.
-
#created_by ⇒ Object
readonly
The id of the user that created the custom forecast.
-
#entries ⇒ Object
readonly
Monthly custom forecast entries.
-
#updated_at ⇒ Object
readonly
Timestamp the custom forecast was last updated, in Unix milliseconds.
-
#updated_by ⇒ Object
readonly
The id of the user that last updated the custom forecast.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb', line 42 def additional_properties @additional_properties end |
#budget_uid ⇒ Object
The UUID of the budget that this custom forecast belongs to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb', line 25 def budget_uid @budget_uid end |
#created_at ⇒ Object
Timestamp the custom forecast was created, in Unix milliseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb', line 28 def created_at @created_at end |
#created_by ⇒ Object
The id of the user that created the custom forecast.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb', line 31 def created_by @created_by end |
#entries ⇒ Object
Monthly custom forecast entries.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb', line 34 def entries @entries end |
#updated_at ⇒ Object
Timestamp the custom forecast was last updated, in Unix milliseconds.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb', line 37 def updated_at @updated_at end |
#updated_by ⇒ Object
The id of the user that last updated the custom forecast.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb', line 40 def updated_by @updated_by end |