Sha256: 99ca11ef9af428a8b32cc0498570d0ed3a810b39d1812cb75dd6b2fd24248c7a
Contents?: true
Size: 597 Bytes
Versions: 2
Compression:
Stored size: 597 Bytes
Contents
# DatadogAPIClient::V2::LogsAggregateRequestPage ## Properties | Name | Type | Description | Notes | | ---------- | ---------- | -------------------------------------------------------- | ---------- | | **cursor** | **String** | The returned paging point to use to get the next results | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsAggregateRequestPage.new( cursor: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ== ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsAggregateRequestPage.md |
datadog_api_client-1.5.0 | docs/v2/LogsAggregateRequestPage.md |