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.response
/
ArticleResponse
/
ArticleResponse
Article
Response
constructor
(
id
:
Long
,
title
:
String
,
content
:
String
,
images
:
List
<
String
>
,
comments
:
List
<
CommentResponse
>
,
author
:
UserSummaryResponse
,
createdAt
:
String
,
updatedAt
:
String
,
viewCount
:
Long
)