DeviceInfo

data class DeviceInfo(id: Long?, name: String?, created: Long?, lastSeen: Long?)

Properties

Link copied to clipboard
val created: Long? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val lastSeen: Long? = null
Link copied to clipboard
val name: String? = null