Sha256: 1d9ca306e601db088cad4956ceb10e2204fab1c975dea6a7ced5c51addd9a7cb
Contents?: true
Size: 531 Bytes
Versions: 2
Compression:
Stored size: 531 Bytes
Contents
# DatadogAPIClient::V1::LogsIndexListResponse ## Properties | Name | Type | Description | Notes | | ----------- | ------------------------------------------ | ---------------------------------- | ---------- | | **indexes** | [**Array<LogsIndex>**](LogsIndex.md) | Array of Log index configurations. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsIndexListResponse.new( indexes: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsIndexListResponse.md |
datadog_api_client-1.5.0 | docs/v1/LogsIndexListResponse.md |