toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
TvShowScreenedTheatrically
Tv
Show
Screened
Theatrically
data
class
TvShowScreenedTheatrically
(
val
id
:
Int
?
,
val
results
:
List
<
TvShowScreenedTheatrically.ScreenedResult
>
=
emptyList()
)
:
TmdbType
,
TmdbIntId
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
?
)