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
Tv
Show
Screened
Theatrically
data
class
TvShowScreenedTheatrically
(
val
id
:
Int
?
,
val
results
:
List
<
TvShowScreenedTheatrically.ScreenedResult
>
=
emptyList()
)
:
TmdbType
,
TmdbIntId
(
source
)
Members
Constructors
Tv
Show
Screened
Theatrically
Link copied to clipboard
constructor
(
id
:
Int
?
,
results
:
List
<
TvShowScreenedTheatrically.ScreenedResult
>
=
emptyList()
)
Types
Screened
Result
Link copied to clipboard
data
class
ScreenedResult
(
val
id
:
Int
?
,
val
seasonNumber
:
Int
?
,
val
episodeNumber
:
Int
?
)
:
TmdbType
,
TmdbIntId
Properties
id
Link copied to clipboard
open
override
val
id
:
Int
?
results
Link copied to clipboard
val
results
:
List
<
TvShowScreenedTheatrically.ScreenedResult
>
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)