toggle menu
ProjectMiddleware
jvm
switch theme
search in API
impl:ktor-client
/
io.lb.impl.ktor.client.model
/
UserData
User
Data
@
Serializable
data
class
UserData
(
val
userId
:
String
,
val
userName
:
String
,
val
phone
:
String
,
val
password
:
String
?
,
val
email
:
String
,
val
profilePictureUrl
:
String
?
)
Members
Constructors
User
Data
Link copied to clipboard
constructor
(
userId
:
String
,
userName
:
String
,
phone
:
String
,
password
:
String
?
,
email
:
String
,
profilePictureUrl
:
String
?
)
Properties
email
Link copied to clipboard
val
email
:
String
password
Link copied to clipboard
val
password
:
String
?
phone
Link copied to clipboard
val
phone
:
String
profile
Picture
Url
Link copied to clipboard
val
profilePictureUrl
:
String
?
user
Id
Link copied to clipboard
val
userId
:
String
user
Name
Link copied to clipboard
val
userName
:
String