toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
MediaObject
/
Ids
Ids
data
class
Ids
(
val
simkl
:
Int
?
,
val
imdb
:
String
?
=
null
,
val
tmdb
:
String
?
=
null
,
val
mal
:
String
?
=
null
,
val
anilist
:
String
?
=
null
)
(
source
)
Members
Constructors
Ids
Link copied to clipboard
constructor
(
simkl
:
Int
?
,
imdb
:
String
?
=
null
,
tmdb
:
String
?
=
null
,
mal
:
String
?
=
null
,
anilist
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
anilist
Link copied to clipboard
val
anilist
:
String
?
=
null
imdb
Link copied to clipboard
val
imdb
:
String
?
=
null
mal
Link copied to clipboard
val
mal
:
String
?
=
null
simkl
Link copied to clipboard
val
simkl
:
Int
?
tmdb
Link copied to clipboard
val
tmdb
:
String
?
=
null