portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.presentation.request
/
ArticleUpdateForm
Article
Update
Form
data
class
ArticleUpdateForm
(
val
title
:
String
?
=
null
,
val
content
:
String
?
=
null
,
val
images
:
List
<
MultipartFile
>
?
=
null
)
게시글 요청 DTO
Members
Constructors
Article
Update
Form
Link copied to clipboard
constructor
(
title
:
String
?
=
null
,
content
:
String
?
=
null
,
images
:
List
<
MultipartFile
>
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
String
?
=
null
게시글 내용
images
Link copied to clipboard
val
images
:
List
<
MultipartFile
>
?
=
null
게시글 사진
title
Link copied to clipboard
val
title
:
String
?
=
null
게시글 제목