toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
MediaObject
/
Season
Season
data
class
Season
(
val
number
:
Int
,
val
episodes
:
List
<
SimklApi.Companion.MediaObject.Season.Episode
>
)
(
source
)
Members
Constructors
Season
Link copied to clipboard
constructor
(
number
:
Int
,
episodes
:
List
<
SimklApi.Companion.MediaObject.Season.Episode
>
)
Types
Episode
Link copied to clipboard
data
class
Episode
(
val
number
:
Int
)
Properties
episodes
Link copied to clipboard
val
episodes
:
List
<
SimklApi.Companion.MediaObject.Season.Episode
>
number
Link copied to clipboard
val
number
:
Int