Sha256: 10eb393e45ba175294f3ef8650d5edfc1db7778aae6930f09957402731a9c74e

Contents?: true

Size: 624 Bytes

Versions: 7

Compression:

Stored size: 624 Bytes

Contents

# DatadogAPIClient::V1::UsageProfilingHour

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **avg_container_agent_count** | **Integer** | Get average number of container agents for that hour. | [optional] |
| **host_count** | **Integer** | Contains the total number of profiled hosts reporting during a given hour. | [optional] |
| **hour** | **Time** | The hour for the usage. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageProfilingHour.new(
  avg_container_agent_count: null,
  host_count: null,
  hour: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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