ProgressWeek

@Serializable
data class ProgressWeek(val id: Long, val name: String, val points: Int, val maxPoints: Int, val modules: List<ProgressModule>)(source)

Constructors

Link copied to clipboard
constructor(id: Long, name: String, points: Int, maxPoints: Int, modules: List<ProgressModule>)

Properties

Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val points: Int