toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.metaproviders
/
TraktProvider
/
Ids
Ids
data
class
Ids
(
val
trakt
:
Int
?
=
null
,
val
slug
:
String
?
=
null
,
val
tvdb
:
Int
?
=
null
,
val
imdb
:
String
?
=
null
,
val
tmdb
:
Int
?
=
null
,
val
tvrage
:
String
?
=
null
)
(
source
)
Members
Constructors
Ids
Link copied to clipboard
constructor
(
trakt
:
Int
?
=
null
,
slug
:
String
?
=
null
,
tvdb
:
Int
?
=
null
,
imdb
:
String
?
=
null
,
tmdb
:
Int
?
=
null
,
tvrage
:
String
?
=
null
)
Properties
imdb
Link copied to clipboard
val
imdb
:
String
?
=
null
slug
Link copied to clipboard
val
slug
:
String
?
=
null
tmdb
Link copied to clipboard
val
tmdb
:
Int
?
=
null
trakt
Link copied to clipboard
val
trakt
:
Int
?
=
null
tvdb
Link copied to clipboard
val
tvdb
:
Int
?
=
null
tvrage
Link copied to clipboard
val
tvrage
:
String
?
=
null