GradingExerciseSummary

@Serializable
data class GradingExerciseSummary(val exerciseId: Long, val assigned: Int, val notStarted: Int, val draft: Int, val ready: Int, val sent: Int, val graders: Int)(source)

Constructors

Link copied to clipboard
constructor(exerciseId: Long, assigned: Int, notStarted: Int, draft: Int, ready: Int, sent: Int, graders: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val draft: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ready: Int
Link copied to clipboard
val sent: Int