Sha256: c0f95e0e891bef3ff8025542c601e9669e3cd49e16dda4750dcb02b62afb04fd

Contents?: true

Size: 778 Bytes

Versions: 2

Compression:

Stored size: 778 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/MonitorThresholdWindowOptions.md
datadog_api_client-1.5.0 docs/v1/MonitorThresholdWindowOptions.md