docs/v1/SyntheticsDevice.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsDevice.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,16 +1,16 @@
# DatadogAPIClient::V1::SyntheticsDevice
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **height** | **Integer** | Screen height of the device. | |
-| **id** | [**SyntheticsDeviceID**](SyntheticsDeviceID.md) | | |
-| **is_mobile** | **Boolean** | Whether or not the device is a mobile. | [optional] |
-| **name** | **String** | The device name. | |
-| **width** | **Integer** | Screen width of the device. | |
+| Name | Type | Description | Notes |
+| ------------- | ----------------------------------------------- | -------------------------------------- | ---------- |
+| **height** | **Integer** | Screen height of the device. | |
+| **id** | [**SyntheticsDeviceID**](SyntheticsDeviceID.md) | | |
+| **is_mobile** | **Boolean** | Whether or not the device is a mobile. | [optional] |
+| **name** | **String** | The device name. | |
+| **width** | **Integer** | Screen width of the device. | |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -21,6 +21,5 @@
is_mobile: null,
name: ,
width: 0
)
```
-