toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
users-service
/
piperkt.services.users.presentation.user
/
UserDTO
/
UserDTO
User
DTO
constructor
(
username
:
String
,
email
:
String
?
=
null
,
description
:
String
?
=
null
,
profilePicture
:
String
?
=
null
)
Parameters
username
The username of the user.
description
The description of the user.
profile
Picture
The profile picture of the user.