Sha256: 40f7f10e4af9b282f07415dce0364775c6bbec85ff82e8039012ffb9dff4192c

Contents?: true

Size: 788 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

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