JikanKt / moe.ganen.jikankt.models.base.types / SeasonArchive

SeasonArchive

data class SeasonArchive

Constructors

<init>

SeasonArchive(year: Int, seasons: List<String>)

Properties

seasons

Seasons on that year.

val seasons: List<String>

year

Year of the season.

val year: Int