Class: DatadogAPIClient::V1::UsageBillableSummaryBody
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageBillableSummaryBody
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_billable_summary_body.rb
Overview
Response with properties for each aggregated usage type.
Instance Attribute Summary collapse
-
#account_billable_usage ⇒ Object
The total account usage.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#elapsed_usage_hours ⇒ Object
Elapsed usage hours for some billable product.
-
#first_billable_usage_hour ⇒ Object
The first billable hour for the org.
-
#last_billable_usage_hour ⇒ Object
The last billable hour for the org.
-
#org_billable_usage ⇒ Object
The number of units used within the billable timeframe.
-
#percentage_in_account ⇒ Object
The percentage of account usage the org represents.
-
#usage_unit ⇒ Object
Units pertaining to the usage.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_billable_usage ⇒ Object
The total account usage.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 25 def account_billable_usage @account_billable_usage end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 45 def additional_properties @additional_properties end |
#elapsed_usage_hours ⇒ Object
Elapsed usage hours for some billable product.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 28 def elapsed_usage_hours @elapsed_usage_hours end |
#first_billable_usage_hour ⇒ Object
The first billable hour for the org.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 31 def first_billable_usage_hour @first_billable_usage_hour end |
#last_billable_usage_hour ⇒ Object
The last billable hour for the org.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 34 def last_billable_usage_hour @last_billable_usage_hour end |
#org_billable_usage ⇒ Object
The number of units used within the billable timeframe.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 37 def org_billable_usage @org_billable_usage end |
#percentage_in_account ⇒ Object
The percentage of account usage the org represents.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 40 def percentage_in_account @percentage_in_account end |
#usage_unit ⇒ Object
Units pertaining to the usage.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_body.rb', line 43 def usage_unit @usage_unit end |