JikanKt / moe.ganen.jikankt.models.season / Season

Season

data class Season : Entity

Constructors

<init>

Season(seasonName: String? = null, seasonYear: Int? = null, anime: List<AnimeSubEntity?>? = null)

Properties

anime

List of anime in this season.

val anime: List<AnimeSubEntity?>?

seasonName

Name of the season.

val seasonName: String?

seasonYear

Year of the season.

val seasonYear: Int?