tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbSeason
/
TmdbSeason
Tmdb
Season
constructor
(
id
:
Int
,
airDate
:
LocalDate
?
=
null
,
episodeCount
:
Int
?
=
null
,
name
:
String
,
posterPath
:
String
?
,
seasonNumber
:
Int
,
overview
:
String
?
=
null
,
episodes
:
List
<
TmdbEpisode
>
?
=
null
)