Sha256: 1def6855320a94fc78e2e0087033d9012f5f5bc1044b707a478bba86d2f0b8d2

Contents?: true

Size: 888 Bytes

Versions: 3

Compression:

Stored size: 888 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) |  |  |
| **set_cookie** | **String** | Cookies to be used for the request, using the [Set-Cookie](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) syntax. | [optional] |
| **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,
  set_cookie: null,
  variables: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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