GraderExerciseSummary

@Serializable
data class GraderExerciseSummary(val exerciseId: Long, val count: Int, val sent: Int)(source)

Constructors

Link copied to clipboard
constructor(exerciseId: Long, count: Int, sent: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard
val sent: Int