portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.notification.controller.request
/
NotificationRequestDto
Notification
Request
Dto
data
class
NotificationRequestDto
(
val
title
:
String
?
,
val
content
:
String
?
,
val
receiver
:
Long
?
,
val
sender
:
String
?
)
알림 요청 DTO
Members
Constructors
Notification
Request
Dto
Link copied to clipboard
constructor
(
title
:
String
?
,
content
:
String
?
,
receiver
:
Long
?
,
sender
:
String
?
)
Properties
content
Link copied to clipboard
@
NotNull
(
message
=
"내용을 입력해주세요"
)
val
content
:
String
?
내용
receiver
Link copied to clipboard
val
receiver
:
Long
?
수신자
sender
Link copied to clipboard
val
sender
:
String
?
전송 주체
title
Link copied to clipboard
@
NotNull
(
message
=
"제목을 입력해주세요"
)
val
title
:
String
?
제목