Sha256: 0e2f67ddb34be4e72106f9c3ae002baa2d65ed7ae560892cfe8c12fa21fc30af

Contents?: true

Size: 812 Bytes

Versions: 2

Compression:

Stored size: 812 Bytes

Contents

# DatadogAPIClient::V2::LogsListRequestPage

## Properties

| Name       | Type        | Description                                                          | Notes                     |
| ---------- | ----------- | -------------------------------------------------------------------- | ------------------------- |
| **cursor** | **String**  | List following results with a cursor provided in the previous query. | [optional]                |
| **limit**  | **Integer** | Maximum number of logs in the response.                              | [optional][default to 10] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsListRequestPage.new(
  cursor: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==,
  limit: 25
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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