GraderWorkloadSummary

@Serializable
data class GraderWorkloadSummary(val userId: Long, val total: Int, val notStarted: Int, val draft: Int, val ready: Int, val sent: Int, val exercises: List<GraderExerciseSummary>)(source)

Constructors

Link copied to clipboard
constructor(userId: Long, total: Int, notStarted: Int, draft: Int, ready: Int, sent: Int, exercises: List<GraderExerciseSummary>)

Properties

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