Class: DatadogAPIClient::V1::UsageProfilingResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageProfilingResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_profiling_response.rb
Overview
Response containing the number of profiled hosts for each hour for a given organization.
Instance Attribute Summary collapse
-
#usage ⇒ Object
Get hourly usage for profiled hosts.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#usage ⇒ Object
Get hourly usage for profiled hosts.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/usage_profiling_response.rb', line 29 def usage @usage end |