Sha256: f433b8859fafdcb04c25aac9073d277bb53ffe0f5580d3a06eba2e00e34cbefc
Contents?: true
Size: 906 Bytes
Versions: 1
Compression:
Stored size: 906 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsAPIStep ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. | [optional] | | **extracted_values** | [**Array<SyntheticsParsingOptions>**](SyntheticsParsingOptions.md) | Array of values to parse and save as variables from the response. | [optional] | | **name** | **String** | The name of the step. | [optional] | | **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | | [optional] | | **subtype** | [**SyntheticsAPIStepSubtype**](SyntheticsAPIStepSubtype.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsAPIStep.new( assertions: [], extracted_values: null, name: null, request: null, subtype: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.3 | docs/v1/SyntheticsAPIStep.md |