Class: DatadogAPIClient::V2::BudgetWithEntriesDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::BudgetWithEntriesDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#created_by ⇒ Object
Returns the value of attribute created_by.
-
#end_month ⇒ Object
Returns the value of attribute end_month.
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#metrics_query ⇒ Object
Returns the value of attribute metrics_query.
-
#name ⇒ Object
Returns the value of attribute name.
-
#org_id ⇒ Object
Returns the value of attribute org_id.
-
#start_month ⇒ Object
Returns the value of attribute start_month.
-
#total_amount ⇒ Object
Returns the value of attribute total_amount.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#updated_by ⇒ Object
Returns the value of attribute updated_by.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 57 def additional_properties @additional_properties end |
#created_at ⇒ Object
Returns the value of attribute created_at.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 25 def created_at @created_at end |
#created_by ⇒ Object
Returns the value of attribute created_by.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 28 def created_by @created_by end |
#end_month ⇒ Object
Returns the value of attribute end_month.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 31 def end_month @end_month end |
#entries ⇒ Object
Returns the value of attribute entries.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 34 def entries @entries end |
#metrics_query ⇒ Object
Returns the value of attribute metrics_query.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 37 def metrics_query @metrics_query end |
#name ⇒ Object
Returns the value of attribute name.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 40 def name @name end |
#org_id ⇒ Object
Returns the value of attribute org_id.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 43 def org_id @org_id end |
#start_month ⇒ Object
Returns the value of attribute start_month.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 46 def start_month @start_month end |
#total_amount ⇒ Object
Returns the value of attribute total_amount.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 49 def total_amount @total_amount end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 52 def updated_at @updated_at end |
#updated_by ⇒ Object
Returns the value of attribute updated_by.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/budget_with_entries_data_attributes.rb', line 55 def updated_by @updated_by end |