Device Properties Response
    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
                fun DevicePropertiesResponse(deviceModel: String? = null, deviceVendor: String? = null, linkSpeedInMbps: Int? = null)