Sha256: f4a7560803ac6b2006ed062bd45bdaf5759d1f57542dec0bb3b58b2dd0afd38e
Contents?: true
Size: 887 Bytes
Versions: 2
Compression:
Stored size: 887 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) | | | | **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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.3 | docs/v1/SyntheticsTestConfig.md |
datadog_api_client-1.0.0.beta.2 | docs/v1/SyntheticsTestConfig.md |