toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.problem.controller.response
/
CheckProblemResponse
Check
Problem
Response
data
class
CheckProblemResponse
(
val
explanation
:
String
,
val
answer
:
String
,
val
isSolved
:
Boolean
)
Members
Constructors
Check
Problem
Response
Link copied to clipboard
constructor
(
explanation
:
String
,
answer
:
String
,
isSolved
:
Boolean
)
Properties
answer
Link copied to clipboard
val
answer
:
String
explanation
Link copied to clipboard
val
explanation
:
String
is
Solved
Link copied to clipboard
val
isSolved
:
Boolean