Sha256: bdf9725219a6c57403b5b49d3dfce5591fe58e1165d69d0b055675025b60c1d3

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# 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.            |            |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsDevice.new(
  height: 0,
  id: null,
  is_mobile: null,
  name: ,
  width: 0
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SyntheticsDevice.md
datadog_api_client-1.5.0 docs/v1/SyntheticsDevice.md