Sha256: 0e75666fcb3434d8d62ee4832e677458678300d99c1b50df2957572094f12f9f
Contents?: true
Size: 587 Bytes
Versions: 7
Compression:
Stored size: 587 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
7 entries across 7 versions & 1 rubygems