Sha256: 63e5475bfd7d63ce0ec4d757258fc2cb68b8b3e667d9b44edfc36b8ddbac8a9c

Contents?: true

Size: 819 Bytes

Versions: 2

Compression:

Stored size: 819 Bytes

Contents

# DatadogAPIClient::V2::LogsListResponse

## Properties

| Name      | Type                                                  | Description                         | Notes      |
| --------- | ----------------------------------------------------- | ----------------------------------- | ---------- |
| **data**  | [**Array<Log>**](Log.md)                        | Array of logs matching the request. | [optional] |
| **links** | [**LogsListResponseLinks**](LogsListResponseLinks.md) |                                     | [optional] |
| **meta**  | [**LogsResponseMetadata**](LogsResponseMetadata.md)   |                                     | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsListResponse.new(
  data: null,
  links: null,
  meta: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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