Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
MediaObject
/
Season
Season
@
Serializable
(
with
=
SimklApi.Companion.MediaObject.Season.Serializer::class
)
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
@
Serializable
data
class
Episode
(
val
number
:
Int
)
Serializer
Link copied to clipboard
object
Serializer
:
NonEmptySerializer
<
SimklApi.Companion.MediaObject.Season
>
Properties
episodes
Link copied to clipboard
@
SerialName
(
value
=
"episodes"
)
val
episodes
:
List
<
SimklApi.Companion.MediaObject.Season.Episode
>
number
Link copied to clipboard
@
SerialName
(
value
=
"number"
)
val
number
:
Int