vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
User
User
data
class
User
(
val
id
:
Int
,
val
email
:
String
,
val
password
:
String
,
val
role
:
UserRole
,
val
tokens
:
List
<
Token
>
)
:
Principal
Content copied to clipboard
Constructors
Properties
Constructors
User
Link copied to clipboard
fun
User
(
id
:
Int
,
email
:
String
,
password
:
String
,
role
:
UserRole
,
tokens
:
List
<
Token
>
)
Content copied to clipboard
Properties
email
Link copied to clipboard
val
email
:
String
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
Content copied to clipboard
password
Link copied to clipboard
val
password
:
String
Content copied to clipboard
role
Link copied to clipboard
val
role
:
UserRole
Content copied to clipboard
tokens
Link copied to clipboard
val
tokens
:
List
<
Token
>
Content copied to clipboard