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
/
TvShowScreenedTheatrically
/
ScreenedResult
Screened
Result
data
class
ScreenedResult
(
val
id
:
Int
?
,
val
seasonNumber
:
Int
?
,
val
episodeNumber
:
Int
?
)
:
TmdbType
,
TmdbIntId
(
source
)
Members
Constructors
Screened
Result
Link copied to clipboard
constructor
(
id
:
Int
?
,
seasonNumber
:
Int
?
,
episodeNumber
:
Int
?
)
Properties
episode
Number
Link copied to clipboard
val
episodeNumber
:
Int
?
id
Link copied to clipboard
open
override
val
id
:
Int
?
season
Number
Link copied to clipboard
val
seasonNumber
:
Int
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)