Sha256: 534931ff160205eaf1b8401fa300bde4d252b8e1871b53ffc66b6c3ad2878249

Contents?: true

Size: 386 Bytes

Versions: 7

Compression:

Stored size: 386 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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/LogsIndexListResponse.md
datadog_api_client-1.3.0 docs/v1/LogsIndexListResponse.md
datadog_api_client-1.2.0 docs/v1/LogsIndexListResponse.md
datadog_api_client-1.1.0 docs/v1/LogsIndexListResponse.md
datadog_api_client-1.0.0 docs/v1/LogsIndexListResponse.md
datadog_api_client-1.0.0.beta.3 docs/v1/LogsIndexListResponse.md
datadog_api_client-1.0.0.beta.2 docs/v1/LogsIndexListResponse.md