portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.user.presentation.response
/
UserResponse
/
UserResponse
User
Response
constructor
(
id
:
Long
,
email
:
String
,
name
:
String
,
phone
:
String
,
profileImage
:
String
?
=
null
,
roles
:
List
<
String
>
,
createdAt
:
Instant
,
updatedAt
:
Instant
)