MyListStatus

data class MyListStatus(    val status: String? = null,     val score: Int? = null,     val numEpisodesWatched: Int? = null,     val isRewatching: Boolean? = null,     val updatedAt: String? = null)(source)

Constructors

Link copied to clipboard
constructor(status: String? = null, score: Int? = null, numEpisodesWatched: Int? = null, isRewatching: Boolean? = null, updatedAt: String? = null)

Properties

Link copied to clipboard
val isRewatching: Boolean? = null
Link copied to clipboard
val numEpisodesWatched: Int? = null
Link copied to clipboard
val score: Int? = null
Link copied to clipboard
val status: String? = null
Link copied to clipboard
val updatedAt: String? = null