trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.device
/
Device
Device
@
Serializable
data
class
Device
(
val
deviceId
:
String
,
val
displayName
:
String
?
=
null
,
val
lastSeenIp
:
String
?
=
null
,
val
lastSeenTs
:
Long
?
=
null
)
Members
Constructors
Device
Link copied to clipboard
constructor
(
deviceId
:
String
,
displayName
:
String
?
=
null
,
lastSeenIp
:
String
?
=
null
,
lastSeenTs
:
Long
?
=
null
)
Properties
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"device_id"
)
val
deviceId
:
String
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"display_name"
)
val
displayName
:
String
?
last
Seen
Ip
Link copied to clipboard
@
SerialName
(
value
=
"last_seen_ip"
)
val
lastSeenIp
:
String
?
last
Seen
Ts
Link copied to clipboard
@
SerialName
(
value
=
"last_seen_ts"
)
val
lastSeenTs
:
Long
?