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