Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
AniListApi
/
SeasonEdge
Season
Edge
@
Serializable
data
class
SeasonEdge
(
val
id
:
Int
?
,
val
relationType
:
String
?
,
val
node
:
AniListApi.SeasonNode
?
)
(
source
)
Members
Constructors
Season
Edge
Link copied to clipboard
constructor
(
id
:
Int
?
,
relationType
:
String
?
,
node
:
AniListApi.SeasonNode
?
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
?
node
Link copied to clipboard
@
SerialName
(
value
=
"node"
)
val
node
:
AniListApi.SeasonNode
?
relation
Type
Link copied to clipboard
@
SerialName
(
value
=
"relationType"
)
val
relationType
:
String
?