Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.metaproviders
/
MyDramaListAPI
/
ShowEpisode
Show
Episode
common
data
class
ShowEpisode
(
val
id
:
Int
,
val
episodeNumber
:
Int
,
val
rating
:
Double
,
val
votes
:
Int
,
val
releasedAt
:
String
)
(
source
)
Members
Constructors
Show
Episode
Link copied to clipboard
common
constructor
(
id
:
Int
,
episodeNumber
:
Int
,
rating
:
Double
,
votes
:
Int
,
releasedAt
:
String
)
Properties
episode
Number
Link copied to clipboard
common
val
episodeNumber
:
Int
id
Link copied to clipboard
common
val
id
:
Int
rating
Link copied to clipboard
common
val
rating
:
Double
released
At
Link copied to clipboard
common
val
releasedAt
:
String
votes
Link copied to clipboard
common
val
votes
:
Int