Device Properties Response
data class DevicePropertiesResponse(val deviceModel: String? = null, val deviceVendor: String? = null, val linkSpeedInMbps: Int? = null)
List of properties of the device.
List of properties of the device.