Sha256: c756a2341c291e3cdbe326dcdf0d1e2183d8361b3f65e7ef0e6d438d53a33621

Contents?: true

Size: 568 Bytes

Versions: 7

Compression:

Stored size: 568 Bytes

Contents

# DatadogAPIClient::V2::LogsResponseMetadataPage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **after** | **String** | The cursor to use to get the next results, if any. To make the next request, use the same. parameters with the addition of the `page[cursor]`. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsResponseMetadataPage.new(
  after: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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