toggle menu
app
androidJvm
switch theme
search in API
app
/
com.qwict.svkandroid.domain.model
/
User
User
data
class
User
(
val
email
:
String
,
val
role
:
String
)
Members
Constructors
User
Link copied to clipboard
constructor
(
email
:
String
,
role
:
String
)
Properties
email
Link copied to clipboard
val
email
:
String
role
Link copied to clipboard
val
role
:
String