Sha256: 352d8b0b5f89dd2142c058857cb9425def3798c7594b821f5fce401c6839da56

Contents?: true

Size: 684 Bytes

Versions: 1

Compression:

Stored size: 684 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsBrowserTestConfig

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. |  |
| **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) |  |  |
| **variables** | [**Array<SyntheticsBrowserVariable>**](SyntheticsBrowserVariable.md) | Array of variables used for the test steps. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsBrowserTestConfig.new(
  assertions: [],
  request: null,
  variables: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsBrowserTestConfig.md