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
User
Response
data
class
UserResponse
(
val
id
:
Long
,
var
email
:
String
,
var
name
:
String
,
var
phone
:
String
,
var
profileImage
:
String
?
=
null
,
var
roles
:
List
<
String
>
,
var
createdAt
:
Instant
,
var
updatedAt
:
Instant
)
Members
Constructors
User
Response
Link copied to clipboard
constructor
(
id
:
Long
,
email
:
String
,
name
:
String
,
phone
:
String
,
profileImage
:
String
?
=
null
,
roles
:
List
<
String
>
,
createdAt
:
Instant
,
updatedAt
:
Instant
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
created
At
Link copied to clipboard
var
createdAt
:
Instant
email
Link copied to clipboard
var
email
:
String
id
Link copied to clipboard
val
id
:
Long
name
Link copied to clipboard
var
name
:
String
phone
Link copied to clipboard
var
phone
:
String
profile
Image
Link copied to clipboard
var
profileImage
:
String
?
roles
Link copied to clipboard
var
roles
:
List
<
String
>
updated
At
Link copied to clipboard
var
updatedAt
:
Instant