Sha256: 026dc7147c58e6e84c1c9f323312c4865e894382789b2aecaa540c48a328761c
Contents?: true
Size: 549 Bytes
Versions: 2
Compression:
Stored size: 549 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageSNMPHour.md |
datadog_api_client-1.5.0 | docs/v1/UsageSNMPHour.md |