ArticleSummaryResponse

data class ArticleSummaryResponse(val id: Long, val title: String, val content: String, val thumbnail: String?, val author: UserSummaryResponse, val createdAt: String)

게시글 헤더 응답 DTO

Constructors

Link copied to clipboard
constructor(id: Long, title: String, content: String, thumbnail: String?, author: UserSummaryResponse, createdAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

게시글 작성자 이름

Link copied to clipboard
Link copied to clipboard

게시글 작성일

Link copied to clipboard
val id: Long

게시글 ID

Link copied to clipboard
Link copied to clipboard

게시글 제목