toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
AllItemsResponse
/
ShowMetadata
/
Show
Show
data
class
Show
(
val
title
:
String
,
val
poster
:
String
?
,
val
year
:
Int
?
,
val
ids
:
SimklApi.Companion.AllItemsResponse.ShowMetadata.Show.Ids
)
(
source
)
Members
Constructors
Show
Link copied to clipboard
constructor
(
title
:
String
,
poster
:
String
?
,
year
:
Int
?
,
ids
:
SimklApi.Companion.AllItemsResponse.ShowMetadata.Show.Ids
)
Types
Ids
Link copied to clipboard
data
class
Ids
(
val
simkl
:
Int
,
val
slug
:
String
?
,
val
imdb
:
String
?
,
val
zap2it
:
String
?
,
val
tmdb
:
String
?
,
val
offen
:
String
?
,
val
tvdb
:
String
?
,
val
mal
:
String
?
,
val
anidb
:
String
?
,
val
anilist
:
String
?
,
val
traktslug
:
String
?
)
Properties
ids
Link copied to clipboard
val
ids
:
SimklApi.Companion.AllItemsResponse.ShowMetadata.Show.Ids
poster
Link copied to clipboard
val
poster
:
String
?
title
Link copied to clipboard
val
title
:
String
year
Link copied to clipboard
val
year
:
Int
?