JikanKt / moe.ganen.jikankt.models.anime / AnimeStats

AnimeStats

data class AnimeStats : Entity

Statistics of the anime.

Constructors

<init>

Statistics of the anime.

AnimeStats(watching: Int? = null, completed: Int? = null, onHold: Int? = null, dropped: Int? = null, planToWatch: Int? = null, total: Int? = null, scorePage: Score? = null)

Properties

completed

Number of user who mark this anime as "Completed"

val completed: Int?

dropped

Number of user who mark this anime as "Dropped"

val dropped: Int?

onHold

Number of user who mark this anime as "On hold"

val onHold: Int?

planToWatch

Number of user who mark this anime as "Plan to watch"

val planToWatch: Int?

scorePage

List of score statistics.

val scorePage: Score?

total

Total of numbers of users.

val total: Int?

watching

Number of user who mark this anime as "Watching"

val watching: Int?