docs/v1/MonitorThresholdWindowOptions.md in datadog_api_client-1.4.0 vs docs/v1/MonitorThresholdWindowOptions.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,13 +1,13 @@ # DatadogAPIClient::V1::MonitorThresholdWindowOptions ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | +| 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] | +| **trigger_window** | **String** | Describes how long a metric must be anomalous before an alert triggers. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' @@ -15,6 +15,5 @@ instance = DatadogAPIClient::V1::MonitorThresholdWindowOptions.new( recovery_window: null, trigger_window: null ) ``` -