docs/v1/SyntheticsBrowserError.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsBrowserError.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,15 +1,15 @@
# DatadogAPIClient::V1::SyntheticsBrowserError
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **description** | **String** | Description of the error. | |
-| **name** | **String** | Name of the error. | |
-| **status** | **Integer** | Status Code of the error. | [optional] |
-| **type** | [**SyntheticsBrowserErrorType**](SyntheticsBrowserErrorType.md) | | |
+| Name | Type | Description | Notes |
+| --------------- | --------------------------------------------------------------- | ------------------------- | ---------- |
+| **description** | **String** | Description of the error. | |
+| **name** | **String** | Name of the error. | |
+| **status** | **Integer** | Status Code of the error. | [optional] |
+| **type** | [**SyntheticsBrowserErrorType**](SyntheticsBrowserErrorType.md) | | |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -19,6 +19,5 @@
name: Failed test,
status: 500,
type: null
)
```
-