Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.courses
/
DifficultyPoints
Difficulty
Points
@
Serializable
data
class
DifficultyPoints
(
val
difficulty
:
String
,
val
points
:
Int
,
val
maxPoints
:
Int
)
(
source
)
Members
Constructors
Difficulty
Points
Link copied to clipboard
constructor
(
difficulty
:
String
,
points
:
Int
,
maxPoints
:
Int
)
Properties
difficulty
Link copied to clipboard
val
difficulty
:
String
max
Points
Link copied to clipboard
val
maxPoints
:
Int
points
Link copied to clipboard
val
points
:
Int