AssignableStudent

data class AssignableStudent(val studentId: Long, val tags: List<String>)(source)

Constructors

Link copied to clipboard
constructor(studentId: Long, tags: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard