Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils.videoskip
/
AnimeSkip
/
Episode
Episode
@
Serializable
data
class
Episode
(
val
number
:
String
?
,
val
absoluteNumber
:
String
?
,
val
season
:
String
?
,
val
timestamps
:
List
<
AnimeSkip.Timestamp
>
)
(
source
)
Members
Constructors
Episode
Link copied to clipboard
constructor
(
number
:
String
?
,
absoluteNumber
:
String
?
,
season
:
String
?
,
timestamps
:
List
<
AnimeSkip.Timestamp
>
)
Properties
absolute
Number
Link copied to clipboard
@
SerialName
(
value
=
"absoluteNumber"
)
val
absoluteNumber
:
String
?
number
Link copied to clipboard
@
SerialName
(
value
=
"number"
)
val
number
:
String
?
season
Link copied to clipboard
@
SerialName
(
value
=
"season"
)
val
season
:
String
?
timestamps
Link copied to clipboard
@
SerialName
(
value
=
"timestamps"
)
val
timestamps
:
List
<
AnimeSkip.Timestamp
>