tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbEpisode
/
TmdbEpisode
Tmdb
Episode
constructor
(
id
:
Int
,
overview
:
String
?
=
null
,
episodeNumber
:
Int
,
seasonNumber
:
Int
,
airDate
:
LocalDate
?
=
null
,
name
:
String
?
=
null
,
voteAverage
:
Float
?
=
null
,
voteCount
:
Int
?
=
null
,
stillPath
:
String
?
=
null
,
crew
:
List
<
TmdbCrew
>
?
=
null
,
guestStars
:
List
<
TmdbCast
>
?
=
null
)