RegisteredDevice

data class RegisteredDevice(val alias: String, val description: String, val username: String)(source)

A registered device.

Constructors

Link copied to clipboard
constructor(alias: String, description: String, username: String)

Properties

Link copied to clipboard

a unique alias assigned to this device

Link copied to clipboard

a human-readable description of this device, may be blank

Link copied to clipboard

a username that this device belongs to, may be blank