Sha256: 34346fd6e0a87b9d62c225a5b8891a67f478e41229589b7f351189074354906e
Contents?: true
Size: 772 Bytes
Versions: 2
Compression:
Stored size: 772 Bytes
Contents
# DatadogAPIClient::V1::HostListResponse ## Properties | Name | Type | Description | Notes | | ------------------ | -------------------------------- | ---------------------------------- | ---------- | | **host_list** | [**Array<Host>**](Host.md) | Array of hosts. | [optional] | | **total_matching** | **Integer** | Number of host matching the query. | [optional] | | **total_returned** | **Integer** | Number of host returned. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::HostListResponse.new( host_list: null, total_matching: 1, total_returned: 1 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/HostListResponse.md |
datadog_api_client-1.5.0 | docs/v1/HostListResponse.md |