toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
api
/
joyfill
/
User
User
@
Serializable
data
class
User
(
val
id
:
String
,
val
organization
:
String
,
val
type
:
UserType
,
val
identifier
:
String
,
val
createdOn
:
Long
,
val
firstName
:
String
,
val
lastName
:
String
,
val
email
:
String
)
Members
Constructors
User
Link copied to clipboard
constructor
(
id
:
String
,
organization
:
String
,
type
:
UserType
,
identifier
:
String
,
createdOn
:
Long
,
firstName
:
String
,
lastName
:
String
,
email
:
String
)
Properties
created
On
Link copied to clipboard
val
createdOn
:
Long
email
Link copied to clipboard
val
email
:
String
first
Name
Link copied to clipboard
val
firstName
:
String
id
Link copied to clipboard
@
SerialName
(
value
=
"_id"
)
val
id
:
String
identifier
Link copied to clipboard
val
identifier
:
String
last
Name
Link copied to clipboard
val
lastName
:
String
organization
Link copied to clipboard
val
organization
:
String
type
Link copied to clipboard
val
type
:
UserType