Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.metaproviders
/
MyDramaListAPI
/
ShowEpisodesItem
Show
Episodes
Item
common
data
class
ShowEpisodesItem
(
val
name
:
String
,
val
releaseDate
:
String
,
val
episodes
:
List
<
MyDramaListAPI.ShowEpisode
>
,
val
timezone
:
String
,
val
total
:
Int
)
(
source
)
Members
Constructors
Show
Episodes
Item
Link copied to clipboard
common
constructor
(
name
:
String
,
releaseDate
:
String
,
episodes
:
List
<
MyDramaListAPI.ShowEpisode
>
,
timezone
:
String
,
total
:
Int
)
Properties
episodes
Link copied to clipboard
common
val
episodes
:
List
<
MyDramaListAPI.ShowEpisode
>
name
Link copied to clipboard
common
val
name
:
String
release
Date
Link copied to clipboard
common
val
releaseDate
:
String
timezone
Link copied to clipboard
common
val
timezone
:
String
total
Link copied to clipboard
common
val
total
:
Int