Class: DatadogAPIClient::V2::CustomForecastUpsertRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomForecastUpsertRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_forecast_upsert_request_data_attributes.rb
Overview
Attributes of a custom forecast upsert request.
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.
-
#entries ⇒ Object
readonly
Monthly custom forecast entries.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_forecast_upsert_request_data_attributes.rb', line 31 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_upsert_request_data_attributes.rb', line 25 def budget_uid @budget_uid end |
#entries ⇒ Object
Monthly custom forecast entries. An empty list deletes any existing custom forecast for the budget.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/custom_forecast_upsert_request_data_attributes.rb', line 29 def entries @entries end |