Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
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
?
imdb
Link copied to clipboard
val
imdb
:
String
?
mal
Link copied to clipboard
val
mal
:
String
?
simkl
Link copied to clipboard
val
simkl
:
Int
?
tmdb
Link copied to clipboard
val
tmdb
:
String
?