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