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
/
ArticleSummaryResponse
Article
Summary
Response
data
class
ArticleSummaryResponse
(
val
id
:
Long
,
val
title
:
String
,
val
content
:
String
,
val
thumbnail
:
String
?
,
val
author
:
UserSummaryResponse
,
val
createdAt
:
String
)
게시글 헤더 응답 DTO
Members
Constructors
Article
Summary
Response
Link copied to clipboard
constructor
(
id
:
Long
,
title
:
String
,
content
:
String
,
thumbnail
:
String
?
,
author
:
UserSummaryResponse
,
createdAt
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
author
Link copied to clipboard
val
author
:
UserSummaryResponse
게시글 작성자 이름
content
Link copied to clipboard
val
content
:
String
created
At
Link copied to clipboard
val
createdAt
:
String
게시글 작성일
id
Link copied to clipboard
val
id
:
Long
게시글 ID
thumbnail
Link copied to clipboard
val
thumbnail
:
String
?
title
Link copied to clipboard
val
title
:
String
게시글 제목