Sha256: a0819c2ec7ae11d97fe8ca3130118add3487086447a2e67240a30d5c7b601f78
Contents?: true
Size: 594 Bytes
Versions: 2
Compression:
Stored size: 594 Bytes
Contents
# DatadogAPIClient::V1::UsageNetworkHostsResponse ## Properties | Name | Type | Description | Notes | | --------- | ------------------------------------------------------------------ | ------------------------------- | ---------- | | **usage** | [**Array<UsageNetworkHostsHour>**](UsageNetworkHostsHour.md) | Get hourly usage for NPM hosts. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageNetworkHostsResponse.new( usage: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageNetworkHostsResponse.md |
datadog_api_client-1.5.0 | docs/v1/UsageNetworkHostsResponse.md |