roava
Toggle table of contents
0.0.5-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
roava
roava
/
dev.roava.json.user
/
UserData
User
Data
data
class
UserData
(
val
name
:
String
?
,
val
displayName
:
String
?
,
val
id
:
Long
?
,
val
description
:
String
?
)
Members
Constructors
User
Data
Link copied to clipboard
constructor
(
name
:
String
?
,
displayName
:
String
?
,
id
:
Long
?
,
description
:
String
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
display
Name
Link copied to clipboard
val
displayName
:
String
?
id
Link copied to clipboard
val
id
:
Long
?
name
Link copied to clipboard
val
name
:
String
?