CoursePoints

data class CoursePoints(val pointsPerAssignment: Map<Long, AssignmentPoints>, val pointsPerWeek: Map<Long, WeekPoints>)(source)

Constructors

Link copied to clipboard
constructor(pointsPerAssignment: Map<Long, AssignmentPoints>, pointsPerWeek: Map<Long, WeekPoints>)

Properties

Link copied to clipboard