Sha256: 7a3be4de6e0b558c8c5aadc8e4f2d3dbd5d512b8872403714d148f4f8757d943
Contents?: true
Size: 659 Bytes
Versions: 7
Compression:
Stored size: 659 Bytes
Contents
# DatadogAPIClient::V2::SecurityMonitoringSignalsListResponseLinks ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_next** | **String** | The link for the next set of results. **Note**: The request can also be made using the POST endpoint. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityMonitoringSignalsListResponseLinks.new( _next: https://app.datadoghq.com/api/v2/security_monitoring/signals?filter[query]=foo&page[cursor]=eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ== ) ```
Version data entries
7 entries across 7 versions & 1 rubygems