Sha256: 75973e2369df25e22d9e687ca9108d965260789e50db4d1851e62611d304d46a
Contents?: true
Size: 579 Bytes
Versions: 7
Compression:
Stored size: 579 Bytes
Contents
# DatadogAPIClient::V1::MonitorThresholdWindowOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **recovery_window** | **String** | Describes how long an anomalous metric must be normal before the alert recovers. | [optional] | | **trigger_window** | **String** | Describes how long a metric must be anomalous before an alert triggers. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonitorThresholdWindowOptions.new( recovery_window: null, trigger_window: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems