ExerciseRecord

data class ExerciseRecord(val id: Long, val name: String, val maxPoints: Int)(source)

Constructors

Link copied to clipboard
constructor(id: Long, name: String, maxPoints: Int)

Properties

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