tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbWatchProviderResult
Tmdb
Watch
Provider
Result
@
Serializable
data
class
TmdbWatchProviderResult
(
val
id
:
Int
?
=
null
,
val
results
:
Map
<
String
,
TmdbProviders
>
)
Members
Constructors
Tmdb
Watch
Provider
Result
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
results
:
Map
<
String
,
TmdbProviders
>
)
Properties
id
Link copied to clipboard
val
id
:
Int
?
=
null
results
Link copied to clipboard
val
results
:
Map
<
String
,
TmdbProviders
>