Sha256: 85f6db87cb73cfb5b9f8fcfb5c374fe3363c3656bab6d4579074a3f0de08a625
Contents?: true
Size: 802 Bytes
Versions: 2
Compression:
Stored size: 802 Bytes
Contents
# DatadogAPIClient::V2::LogsListResponseLinks ## Properties | Name | Type | Description | Notes | | ---------- | ---------- | ------------------------------------------------------------------------------------------------- | ---------- | | **\_next** | **String** | Link for the next set of results. Note that the request can also be made using the POST endpoint. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsListResponseLinks.new( _next: https://app.datadoghq.com/api/v2/logs/event?filter[query]=foo&page[cursor]=eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ== ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsListResponseLinks.md |
datadog_api_client-1.5.0 | docs/v2/LogsListResponseLinks.md |