Sha256: 1ced04773b380e732926f5fae075d1bff88c6817b65255fa65a2603065bcdefd
Contents?: true
Size: 897 Bytes
Versions: 1
Compression:
Stored size: 897 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsTestConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. | | | **config_variables** | [**Array<SyntheticsConfigVariable>**](SyntheticsConfigVariable.md) | API tests only - array of variables used for the test. | [optional] | | **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | | [optional] | | **variables** | [**Array<SyntheticsBrowserVariable>**](SyntheticsBrowserVariable.md) | Browser tests only - array of variables used for the test steps. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsTestConfig.new( assertions: [], config_variables: null, request: null, variables: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0 | docs/v1/SyntheticsTestConfig.md |