Sha256: 67eef0a9f09cb191efa685a0b3d17e2ccbf2afa811e869059841374cde865427
Contents?: true
Size: 639 Bytes
Versions: 7
Compression:
Stored size: 639 Bytes
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
7 entries across 7 versions & 1 rubygems