toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.problem.controller.response
/
ReadProblemResponse
Read
Problem
Response
data
class
ReadProblemResponse
(
val
id
:
Long
,
val
title
:
String
,
val
contents
:
List
<
ProblemContents
>
,
val
articleId
:
Long
)
Members
Constructors
Read
Problem
Response
Link copied to clipboard
constructor
(
id
:
Long
,
title
:
String
,
contents
:
List
<
ProblemContents
>
,
articleId
:
Long
)
Properties
article
Id
Link copied to clipboard
val
articleId
:
Long
contents
Link copied to clipboard
val
contents
:
List
<
ProblemContents
>
id
Link copied to clipboard
val
id
:
Long
title
Link copied to clipboard
val
title
:
String