Sha256: 92ead760ee18d00a43e8e7a6966c68e94f68493ba13f51f41adfaa525b6fda37
Contents?: true
Size: 1.45 KB
Versions: 2
Compression:
Stored size: 1.45 KB
Contents
# DatadogAPIClient::V1::SyntheticsAPITestConfig ## 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] | | **steps** | [**Array<SyntheticsAPIStep>**](SyntheticsAPIStep.md) | When the test subtype is `multi`, the steps of the test. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsAPITestConfig.new( assertions: [{"operator":"lessThan","target":1000,"type":"responseTime"}], config_variables: null, request: null, steps: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsAPITestConfig.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsAPITestConfig.md |