DevicePropertiesResponse

data class DevicePropertiesResponse(val deviceModel: String? = null, val deviceVendor: String? = null, val linkSpeedInMbps: Int? = null)

List of properties of the device.

Constructors

Link copied to clipboard
constructor(deviceModel: String? = null, deviceVendor: String? = null, linkSpeedInMbps: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceModel: String? = null

Model of the device.

Link copied to clipboard
val deviceVendor: String? = null

Name of the device Vendor.

Link copied to clipboard
val linkSpeedInMbps: Int? = null

Link speed.