tmdb-api-client
Toggle table of contents
5.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tmdb-api-client
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
?
)
(
source
)