toggle menu
trixnity-serverserverapi-model
4.7.0
common
switch theme
search in API
trixnity-serverserverapi-model
/
net.folivo.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
?
=
null
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"device_id"
)
val
deviceId
:
String
keys
Link copied to clipboard
@
SerialName
(
value
=
"keys"
)
val
keys
:
SignedDeviceKeys