Sha256: 24df73f6384f9cf6c20b8671ace243f4d1e29af7281ceeaf094e28a64e9de314

Contents?: true

Size: 551 Bytes

Versions: 7

Compression:

Stored size: 551 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsTestOptionsRetry

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **count** | **Integer** | Number of times a test needs to be retried before marking a location as failed. Defaults to 0. | [optional] |
| **interval** | **Float** | Time interval between retries (in milliseconds). Defaults to 300ms. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsTestOptionsRetry.new(
  count: null,
  interval: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsTestOptionsRetry.md
datadog_api_client-1.3.0 docs/v1/SyntheticsTestOptionsRetry.md
datadog_api_client-1.2.0 docs/v1/SyntheticsTestOptionsRetry.md
datadog_api_client-1.1.0 docs/v1/SyntheticsTestOptionsRetry.md
datadog_api_client-1.0.0 docs/v1/SyntheticsTestOptionsRetry.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsTestOptionsRetry.md
datadog_api_client-1.0.0.beta.2 docs/v1/SyntheticsTestOptionsRetry.md