clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
DeviceInfo
common
Device
Info
data class
DeviceInfo
(id:
Long
?, name:
String
?, created:
Long
?, lastSeen:
Long
?)
Content copied to clipboard
Properties
Properties
created
Link copied to clipboard
common
val
created
:
Long
? = null
Content copied to clipboard
id
Link copied to clipboard
common
val
id
:
Long
? = null
Content copied to clipboard
lastSeen
Link copied to clipboard
common
val
lastSeen
:
Long
? = null
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
? = null
Content copied to clipboard