Sha256: 66d1ef0362fa739fb6b39ce3d416c6e37efc066cc8cad84b8998eba72ca43439

Contents?: true

Size: 404 Bytes

Versions: 7

Compression:

Stored size: 404 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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/UsageProfilingResponse.md
datadog_api_client-1.3.0 docs/v1/UsageProfilingResponse.md
datadog_api_client-1.2.0 docs/v1/UsageProfilingResponse.md
datadog_api_client-1.1.0 docs/v1/UsageProfilingResponse.md
datadog_api_client-1.0.0 docs/v1/UsageProfilingResponse.md
datadog_api_client-1.0.0.beta.3 docs/v1/UsageProfilingResponse.md
datadog_api_client-1.0.0.beta.2 docs/v1/UsageProfilingResponse.md