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
/
UserPublicResponse
User
Public
Response
data
class
UserPublicResponse
(
val
id
:
Long
,
var
email
:
String
,
var
name
:
String
,
var
profileImage
:
String
?
=
null
,
var
createdAt
:
Instant
)
Members
Constructors
User
Public
Response
Link copied to clipboard
constructor
(
id
:
Long
,
email
:
String
,
name
:
String
,
profileImage
:
String
?
=
null
,
createdAt
:
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
profile
Image
Link copied to clipboard
var
profileImage
:
String
?