Class: DatadogAPIClient::V2::CustomForecastResponseDataAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_uidObject

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_atObject

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_byObject

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

#entriesObject

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_atObject

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_byObject

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