Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.metaproviders
/
TraktProvider
/
Ids
Ids
common
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
common
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
common
val
imdb
:
String
?
slug
Link copied to clipboard
common
val
slug
:
String
?
tmdb
Link copied to clipboard
common
val
tmdb
:
Int
?
trakt
Link copied to clipboard
common
val
trakt
:
Int
?
tvdb
Link copied to clipboard
common
val
tvdb
:
Int
?
tvrage
Link copied to clipboard
common
val
tvrage
:
String
?