Sha256: dbee4000d710e3dbd9e09584410d4a6e0c269e74794068a156e51fda870cfbbf
Contents?: true
Size: 585 Bytes
Versions: 2
Compression:
Stored size: 585 Bytes
Contents
# DatadogAPIClient::V1::UsageProfilingResponse ## Properties | Name | Type | Description | Notes | | --------- | ------------------------------------------------------------ | ------------------------------------ | ---------- | | **usage** | [**Array<UsageProfilingHour>**](UsageProfilingHour.md) | Get hourly usage for profiled hosts. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageProfilingResponse.new( usage: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageProfilingResponse.md |
datadog_api_client-1.5.0 | docs/v1/UsageProfilingResponse.md |