Sha256: 0b03cfbac70a142229b908918ef16a882ac84711de0cea6b34d3c8a63fb6a705
Contents?: true
Size: 1.35 KB
Versions: 2
Compression:
Stored size: 1.35 KB
Contents
# DatadogAPIClient::V1::SyntheticsTestConfig ## Properties | Name | Type | Description | Notes | | -------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------- | ---------- | | **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. Required for single API tests. | [optional] | | **config_variables** | [**Array<SyntheticsConfigVariable>**](SyntheticsConfigVariable.md) | 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsTestConfig.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsTestConfig.md |