Sha256: 82f5ef06116ab1f1e841fb5d4e248623d6d1c89f656527c1c67bd2a88582fe68
Contents?: true
Size: 501 Bytes
Versions: 1
Compression:
Stored size: 501 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 device hours from the start of the given hour's month until the given hour. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageIoTHour.new( hour: null, iot_device_count: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.3 | docs/v1/UsageIoTHour.md |