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
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
val
id
:
Int
?
node
Link copied to clipboard
val
node
:
AniListApi.SeasonNode
?
relation
Type
Link copied to clipboard
val
relationType
:
String
?