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
/
UserSummaryResponse
User
Summary
Response
data
class
UserSummaryResponse
(
var
id
:
Long
?
=
null
,
val
email
:
String
,
val
name
:
String
,
val
profileImage
:
String
?
)
Members
Constructors
User
Summary
Response
Link copied to clipboard
constructor
(
id
:
Long
?
=
null
,
email
:
String
,
name
:
String
,
profileImage
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Link copied to clipboard
val
email
:
String
id
Link copied to clipboard
var
id
:
Long
?
name
Link copied to clipboard
val
name
:
String
profile
Image
Link copied to clipboard
val
profileImage
:
String
?