Sha256: a3156ca3e102dd2e307f8348861b2b0af37ad6614cf6ec4bb1cc259625633b8d

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 KB

Contents

# DatadogAPIClient::V1::SyntheticsAPIStep

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **allow_failure** | **Boolean** | Determines whether or not to continue with test if this step fails. | [optional] |
| **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. | [optional] |
| **extracted_values** | [**Array<SyntheticsParsingOptions>**](SyntheticsParsingOptions.md) | Array of values to parse and save as variables from the response. | [optional] |
| **is_critical** | **Boolean** | Determines whether or not to consider the entire test as failed if this step fails. Can be used only if `allowFailure` is `true`. | [optional] |
| **name** | **String** | The name of the step. | [optional] |
| **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) |  | [optional] |
| **subtype** | [**SyntheticsAPIStepSubtype**](SyntheticsAPIStepSubtype.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsAPIStep.new(
  allow_failure: null,
  assertions: [],
  extracted_values: null,
  is_critical: null,
  name: null,
  request: null,
  subtype: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-1.3.0 docs/v1/SyntheticsAPIStep.md
datadog_api_client-1.2.0 docs/v1/SyntheticsAPIStep.md
datadog_api_client-1.1.0 docs/v1/SyntheticsAPIStep.md
datadog_api_client-1.0.0 docs/v1/SyntheticsAPIStep.md