docs/v1/SyntheticsStepDetail.md in datadog_api_client-1.0.0.beta.2 vs docs/v1/SyntheticsStepDetail.md in datadog_api_client-1.0.0.beta.3
- old
+ new
@@ -17,11 +17,12 @@
| **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] |
-| **warnings** | [**Array<SyntheticsStepDetailWarnings>**](SyntheticsStepDetailWarnings.md) | Warning collected that didn't failed 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'
@@ -40,9 +41,10 @@
sub_test_step_details: null,
time_to_interactive: null,
type: null,
url: null,
value: null,
+ vitals_metrics: null,
warnings: null
)
```