docs/v1/SyntheticsStepDetail.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsStepDetail.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,28 +1,28 @@
# DatadogAPIClient::V1::SyntheticsStepDetail
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **browser_errors** | [**Array<SyntheticsBrowserError>**](SyntheticsBrowserError.md) | Array of errors collected for a browser test. | [optional] |
-| **check_type** | [**SyntheticsCheckType**](SyntheticsCheckType.md) | | [optional] |
-| **description** | **String** | Description of the test. | [optional] |
-| **duration** | **Float** | Total duration in millisecond of the test. | [optional] |
-| **error** | **String** | Error returned by the test. | [optional] |
-| **playing_tab** | [**SyntheticsPlayingTab**](SyntheticsPlayingTab.md) | | [optional] |
-| **screenshot_bucket_key** | **Boolean** | Whether or not screenshots where collected by the test. | [optional] |
-| **skipped** | **Boolean** | Whether or not to skip this step. | [optional] |
-| **snapshot_bucket_key** | **Boolean** | Whether or not snapshots where collected by the test. | [optional] |
-| **step_id** | **Integer** | The step ID. | [optional] |
-| **sub_test_step_details** | [**Array<SyntheticsStepDetail>**](SyntheticsStepDetail.md) | If this steps include a sub-test. [Subtests documentation](https://docs.datadoghq.com/synthetics/browser_tests/advanced_options/#subtests). | [optional] |
-| **time_to_interactive** | **Float** | Time before starting the step. | [optional] |
-| **type** | [**SyntheticsStepType**](SyntheticsStepType.md) | | [optional] |
-| **url** | **String** | URL to perform the step against. | [optional] |
-| **value** | **Object** | Value for the step. | [optional] |
-| **vitals_metrics** | [**Array<SyntheticsCoreWebVitals>**](SyntheticsCoreWebVitals.md) | Array of Core Web Vitals metrics for the step. | [optional] |
-| **warnings** | [**Array<SyntheticsStepDetailWarning>**](SyntheticsStepDetailWarning.md) | Warning collected that didn't failed the step. | [optional] |
+| Name | Type | Description | Notes |
+| ------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
+| **browser_errors** | [**Array<SyntheticsBrowserError>**](SyntheticsBrowserError.md) | Array of errors collected for a browser test. | [optional] |
+| **check_type** | [**SyntheticsCheckType**](SyntheticsCheckType.md) | | [optional] |
+| **description** | **String** | Description of the test. | [optional] |
+| **duration** | **Float** | Total duration in millisecond of the test. | [optional] |
+| **error** | **String** | Error returned by the test. | [optional] |
+| **playing_tab** | [**SyntheticsPlayingTab**](SyntheticsPlayingTab.md) | | [optional] |
+| **screenshot_bucket_key** | **Boolean** | Whether or not screenshots where collected by the test. | [optional] |
+| **skipped** | **Boolean** | Whether or not to skip this step. | [optional] |
+| **snapshot_bucket_key** | **Boolean** | Whether or not snapshots where collected by the test. | [optional] |
+| **step_id** | **Integer** | The step ID. | [optional] |
+| **sub_test_step_details** | [**Array<SyntheticsStepDetail>**](SyntheticsStepDetail.md) | If this steps include a sub-test. [Subtests documentation](https://docs.datadoghq.com/synthetics/browser_tests/advanced_options/#subtests). | [optional] |
+| **time_to_interactive** | **Float** | Time before starting the step. | [optional] |
+| **type** | [**SyntheticsStepType**](SyntheticsStepType.md) | | [optional] |
+| **url** | **String** | URL to perform the step against. | [optional] |
+| **value** | **Object** | Value for the step. | [optional] |
+| **vitals_metrics** | [**Array<SyntheticsCoreWebVitals>**](SyntheticsCoreWebVitals.md) | Array of Core Web Vitals metrics for the step. | [optional] |
+| **warnings** | [**Array<SyntheticsStepDetailWarning>**](SyntheticsStepDetailWarning.md) | Warning collected that didn't failed the step. | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -45,6 +45,5 @@
value: null,
vitals_metrics: null,
warnings: null
)
```
-