ReadProblemResponse

data class ReadProblemResponse(val id: Long, val title: String, val contents: List<ProblemContents>, val articleId: Long)

Constructors

Link copied to clipboard
constructor(id: Long, title: String, contents: List<ProblemContents>, articleId: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard