toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
EpisodeMetadata
Episode
Metadata
data
class
EpisodeMetadata
(
val
title
:
String
?
,
val
description
:
String
?
,
val
season
:
Int
?
,
val
episode
:
Int
,
val
img
:
String
?
)
(
source
)
https://simkl.docs.apiary.io/#reference/tv/episodes/get-tv-show-episodes
Members
Constructors
Episode
Metadata
Link copied to clipboard
constructor
(
title
:
String
?
,
description
:
String
?
,
season
:
Int
?
,
episode
:
Int
,
img
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
episode
Link copied to clipboard
val
episode
:
Int
img
Link copied to clipboard
val
img
:
String
?
season
Link copied to clipboard
val
season
:
Int
?
title
Link copied to clipboard
val
title
:
String
?