Sha256: eca592544dfc4790b512d4f234ac29be15b06e4298b140e702bd53aadbc227e9
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
# DatadogAPIClient::V1::SyntheticsBrowserTestConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. | | | **config_variables** | [**Array<SyntheticsConfigVariable>**](SyntheticsConfigVariable.md) | Array of variables used for the test. | [optional] | | **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: [], config_variables: null, request: null, set_cookie: null, variables: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.4.0 | docs/v1/SyntheticsBrowserTestConfig.md |
datadog_api_client-1.3.0 | docs/v1/SyntheticsBrowserTestConfig.md |