AssignmentOverviewEntry

@Serializable
data class AssignmentOverviewEntry(val exerciseId: Long, val studentId: Long, val fullName: String?, val languageTags: List<String>, val assigneeUserId: Long, val assessmentStatus: AssessmentStatus?)(source)

Constructors

Link copied to clipboard
constructor(exerciseId: Long, studentId: Long, fullName: String?, languageTags: List<String>, assigneeUserId: Long, assessmentStatus: AssessmentStatus?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard