Sha256: fd4c92d95e7ec46c45ece4906f1d17e167f2fc0a71f313d8af84411cc91803e4

Contents?: true

Size: 631 Bytes

Versions: 2

Compression:

Stored size: 631 Bytes

Contents

# DatadogAPIClient::V1::UsageIoTHour

## Properties

| Name                 | Type        | Description                                          | Notes      |
| -------------------- | ----------- | ---------------------------------------------------- | ---------- |
| **hour**             | **Time**    | The hour for the usage.                              | [optional] |
| **iot_device_count** | **Integer** | The total number of IoT devices during a given hour. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageIoTHour.new(
  hour: null,
  iot_device_count: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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