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.user
/
ProfileField
/
DisplayName
Display
Name
@
Serializable
data
class
DisplayName
(
val
value
:
String
?
=
null
)
:
ProfileField
Members
Constructors
Display
Name
Link copied to clipboard
constructor
(
value
:
String
?
=
null
)
Types
Key
Link copied to clipboard
object
Key
:
ProfileField.Key
<
ProfileField.DisplayName
>
Properties
key
Link copied to clipboard
@
Transient
open
override
val
key
:
ProfileField.DisplayName.Key
value
Link copied to clipboard
@
SerialName
(
value
=
"displayname"
)
val
value
:
String
?