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-serverserverapi-model
/
de.connect2x.trixnity.serverserverapi.model.federation
/
GetDevices
/
Response
/
UserDevice
User
Device
@
Serializable
data
class
UserDevice
(
val
deviceDisplayName
:
String
?
=
null
,
val
deviceId
:
String
,
val
keys
:
SignedDeviceKeys
)
Members
Constructors
User
Device
Link copied to clipboard
constructor
(
deviceDisplayName
:
String
?
=
null
,
deviceId
:
String
,
keys
:
SignedDeviceKeys
)
Properties
device
Display
Name
Link copied to clipboard
@
SerialName
(
value
=
"device_display_name"
)
val
deviceDisplayName
:
String
?
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"device_id"
)
val
deviceId
:
String
keys
Link copied to clipboard
@
SerialName
(
value
=
"keys"
)
val
keys
:
SignedDeviceKeys