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