toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
users-service
/
piperkt.services.users.infrastructure.persistence.model
/
UserEntity
/
UserEntity
User
Entity
constructor
(
@
Id
id
:
String
?
=
null
,
username
:
String
,
password
:
String
,
email
:
String
?
=
null
,
description
:
String
?
=
null
,
profilePicture
:
String
?
=
null
,
refreshToken
:
String
?
=
null
)