Course Structure
data class CourseStructure(val snapshot: CourseSnapshot, val sourceWeeks: List<CourseWeekSource>, val fileFieldsByExercise: Map<Long, List<ExerciseFileField>>)(source)
Constructors
Link copied to clipboard
constructor(snapshot: CourseSnapshot, sourceWeeks: List<CourseWeekSource>, fileFieldsByExercise: Map<Long, List<ExerciseFileField>>)