Sha256: 0744b4e8ea89f45e2e1ac4b8b02cd7a79bd15a72d5a9f5706474138605568cc4
Contents?: true
Size: 641 Bytes
Versions: 7
Compression:
Stored size: 641 Bytes
Contents
# DatadogAPIClient::V2::SecurityMonitoringSignalListRequestPage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cursor** | **String** | A list of results using the cursor provided in the previous query. | [optional] | | **limit** | **Integer** | The maximum number of security signals in the response. | [optional][default to 10] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityMonitoringSignalListRequestPage.new( cursor: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==, limit: 25 ) ```
Version data entries
7 entries across 7 versions & 1 rubygems