Sha256: bcc2b4513748655fbc11636dacf41e8e126b477e7dd1e82a963f2b7c22a5f031

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

# DatadogAPIClient::V1::SyntheticsStep

## Properties

| Name              | Type                                            | Description                               | Notes      |
| ----------------- | ----------------------------------------------- | ----------------------------------------- | ---------- |
| **allow_failure** | **Boolean**                                     | A boolean set to allow this step to fail. | [optional] |
| **name**          | **String**                                      | The name of the step.                     | [optional] |
| **params**        | **Object**                                      | The parameters of the step.               | [optional] |
| **timeout**       | **Integer**                                     | The time before declaring a step failed.  | [optional] |
| **type**          | [**SyntheticsStepType**](SyntheticsStepType.md) |                                           | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsStep.new(
  allow_failure: null,
  name: null,
  params: null,
  timeout: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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