StudentsResponse

@Serializable
data class StudentsResponse(val students: List<StudentView>, val total: Int, val fetchedAtMillis: Long, val freshness: DataFreshness, val refreshing: Boolean, val cacheDisposition: String = "miss")(source)

Constructors

Link copied to clipboard
constructor(students: List<StudentView>, total: Int, 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
val total: Int