Sha256: 4b8104c7273e31f411a1eec73437ef7d47a4c62df4c04eaef414188456c8653a

Contents?: true

Size: 874 Bytes

Versions: 4

Compression:

Stored size: 874 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsAPITestConfig

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. | [optional] |
| **config_variables** | [**Array<SyntheticsConfigVariable>**](SyntheticsConfigVariable.md) | Array of variables used for the test. | [optional] |
| **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) |  | [optional] |
| **steps** | [**Array<SyntheticsAPIStep>**](SyntheticsAPIStep.md) | When the test subtype is `multi`, the steps of the test. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsAPITestConfig.new(
  assertions: [],
  config_variables: null,
  request: null,
  steps: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsAPITestConfig.md
datadog_api_client-1.3.0 docs/v1/SyntheticsAPITestConfig.md
datadog_api_client-1.2.0 docs/v1/SyntheticsAPITestConfig.md
datadog_api_client-1.1.0 docs/v1/SyntheticsAPITestConfig.md