Sha256: 0eda3222000cc84ce02b5e1d9ce4ca6b8b71a9d6fe60f5e61d9e2c6a2488ff4f

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# DatadogAPIClient::V1::LogsListResponse

## Properties

| Name            | Type                           | Description                                                                                               | Notes      |
| --------------- | ------------------------------ | --------------------------------------------------------------------------------------------------------- | ---------- |
| **logs**        | [**Array<Log>**](Log.md) | Array of logs matching the request and the `nextLogId` if sent.                                 | [optional] |
| **next_log_id** | **String**                     | Hash identifier of the next log to return in the list. This parameter is used for the pagination feature. | [optional] |
| **status**      | **String**                     | Status of the response.                                                                                   | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsListResponse.new(
  logs: null,
  next_log_id: null,
  status: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/LogsListResponse.md
datadog_api_client-1.5.0 docs/v1/LogsListResponse.md