Class: DatadogAPIClient::V1::UsageBillableSummaryResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageBillableSummaryResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_billable_summary_response.rb
Overview
Response with monthly summary of data billed by Datadog.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#usage ⇒ Object
An array of objects regarding usage of billable summary.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_response.rb', line 27 def additional_properties @additional_properties end |
#usage ⇒ Object
An array of objects regarding usage of billable summary.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_response.rb', line 25 def usage @usage end |