toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.problem.repo.record
/
SelectProblemRecord
Select
Problem
Record
data
class
SelectProblemRecord
(
val
id
:
Long
,
val
title
:
String
,
val
contents
:
String
,
val
articleId
:
Long
)
Members
Constructors
Select
Problem
Record
Link copied to clipboard
constructor
(
id
:
Long
,
title
:
String
,
contents
:
String
,
articleId
:
Long
)
Properties
article
Id
Link copied to clipboard
val
articleId
:
Long
contents
Link copied to clipboard
val
contents
:
String
id
Link copied to clipboard
val
id
:
Long
title
Link copied to clipboard
val
title
:
String