Sha256: e663c61ba884bc547ee4cc1d22f3dc90d95902ce45b856245ea150dfd5637534
Contents?: true
Size: 557 Bytes
Versions: 7
Compression:
Stored size: 557 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
7 entries across 7 versions & 1 rubygems