StudentBestSnapshot

@Serializable
data class StudentBestSnapshot(val courseId: Long, val lang: String, val studentId: String, val weeks: List<ProgressWeek>, val fetchedAtMillis: Long, val freshness: DataFreshness, val refreshing: Boolean, val cacheDisposition: String = "miss")(source)

Constructors

Link copied to clipboard
constructor(courseId: Long, lang: String, studentId: String, weeks: List<ProgressWeek>, fetchedAtMillis: Long, freshness: DataFreshness, refreshing: Boolean, cacheDisposition: String = "miss")

Properties

Link copied to clipboard
@Transient
val cacheDisposition: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard