Comment Response
data class CommentResponse(val id: Long, val content: String, val author: UserSummaryResponse, val createdAt: String, val updatedAt: String)
댓글 응답 DTO
Constructors
Link copied to clipboard
constructor(id: Long, content: String, author: UserSummaryResponse, createdAt: String, updatedAt: String)