toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
TvEpisodeListResult
/
TvEpisodeListResult
Tv
Episode
List
Result
constructor
(
airDate
:
LocalDate
?
,
episodeNumber
:
Int
?
,
name
:
String
?
,
overview
:
String
?
,
id
:
Int
?
,
productionCode
:
String
?
,
runtime
:
Int
?
,
seasonNumber
:
String
?
,
showId
:
Int
?
,
stillPath
:
String
?
,
voteAverage
:
Double
?
,
voteCount
:
Int
?
,
rating
:
Double
?
)