Class: DatadogAPIClient::V1::HourlyUsageAttributionResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HourlyUsageAttributionResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/hourly_usage_attribution_response.rb
Overview
Response containing the hourly usage attribution by tag(s).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#metadata ⇒ Object
The object containing document metadata.
-
#usage ⇒ Object
Get the hourly usage attribution by tag(s).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/hourly_usage_attribution_response.rb', line 30 def additional_properties @additional_properties end |
#metadata ⇒ Object
The object containing document metadata.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/hourly_usage_attribution_response.rb', line 25 def @metadata end |
#usage ⇒ Object
Get the hourly usage attribution by tag(s).
28 29 30 |
# File 'lib/datadog_api_client/v1/models/hourly_usage_attribution_response.rb', line 28 def usage @usage end |