Sha256: a90529ab72a0814a39b8f91171ea47ce3ff9109c2654a69b8113aa5bdb0cdb04
Contents?: true
Size: 881 Bytes
Versions: 2
Compression:
Stored size: 881 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsResponseMetadataPage.md |
datadog_api_client-1.5.0 | docs/v2/LogsResponseMetadataPage.md |