Sha256: ccfd509ca694a5bd2b32c7a450663fc9a85ec9d44caddf4551ea698e45c4c12c

Contents?: true

Size: 571 Bytes

Versions: 2

Compression:

Stored size: 571 Bytes

Contents

# DatadogAPIClient::V1::UsageNetworkHostsHour

## Properties

| Name           | Type        | Description                              | Notes      |
| -------------- | ----------- | ---------------------------------------- | ---------- |
| **host_count** | **Integer** | Contains the number of active NPM hosts. | [optional] |
| **hour**       | **Time**    | The hour for the usage.                  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/UsageNetworkHostsHour.md
datadog_api_client-1.5.0 docs/v1/UsageNetworkHostsHour.md