Sha256: dd6f19f3f33a3723b74efc5779c760eaa83d182512551b3bdfaf6381526e8824
Contents?: true
Size: 428 Bytes
Versions: 7
Compression:
Stored size: 428 Bytes
Contents
# DatadogAPIClient::V1::UsageSNMPHour ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **hour** | **Time** | The hour for the usage. | [optional] | | **snmp_devices** | **Integer** | Contains the number of SNMP devices. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageSNMPHour.new( hour: null, snmp_devices: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems