Sha256: f5b60bf9cc2683dd5e4130145ee4fc9c516b0d421ed4b326cad4913f13acca8d
Contents?: true
Size: 629 Bytes
Versions: 2
Compression:
Stored size: 629 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsTestOptionsMonitorOptions ## Properties | Name | Type | Description | Notes | | --------------------- | ----------- | --------------------------------------------------------------------------- | ---------- | | **renotify_interval** | **Integer** | Time interval before renotifying if the test is still failing (in minutes). | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsTestOptionsMonitorOptions.new( renotify_interval: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsTestOptionsMonitorOptions.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsTestOptionsMonitorOptions.md |