roava
0.0.5-SNAPSHOT
roava
/
dev.roava.json.user
/
UserData
User
Data
data
class
UserData
(
val
name
:
String
?
,
val
displayName
:
String
?
,
val
id
:
Long
?
,
val
description
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
User
Data
Link copied to clipboard
fun
UserData
(
name
:
String
?
,
displayName
:
String
?
,
id
:
Long
?
,
description
:
String
?
)
Content copied to clipboard
Properties
description
Link copied to clipboard
val
description
:
String
?
Content copied to clipboard
display
Name
Link copied to clipboard
val
displayName
:
String
?
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Long
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard