Sha256: a2a39d25391b8d477bb59ee86d40f371d955fa8d3743f4db2e1335b44cc6b650
Contents?: true
Size: 450 Bytes
Versions: 5
Compression:
Stored size: 450 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
5 entries across 5 versions & 1 rubygems