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
/
SeasonNode
Season
Node
@
Serializable
data
class
SeasonNode
(
val
id
:
Int
,
val
format
:
String
?
,
val
title
:
AniListApi.Title
?
,
val
idMal
:
Int
?
,
val
coverImage
:
AniListApi.CoverImage
?
,
val
averageScore
:
Int
?
)
(
source
)
Members
Constructors
Season
Node
Link copied to clipboard
constructor
(
id
:
Int
,
format
:
String
?
,
title
:
AniListApi.Title
?
,
idMal
:
Int
?
,
coverImage
:
AniListApi.CoverImage
?
,
averageScore
:
Int
?
)
Properties
average
Score
Link copied to clipboard
@
SerialName
(
value
=
"averageScore"
)
val
averageScore
:
Int
?
cover
Image
Link copied to clipboard
@
SerialName
(
value
=
"coverImage"
)
val
coverImage
:
AniListApi.CoverImage
?
format
Link copied to clipboard
@
SerialName
(
value
=
"format"
)
val
format
:
String
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
id
Mal
Link copied to clipboard
@
SerialName
(
value
=
"idMal"
)
val
idMal
:
Int
?
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
AniListApi.Title
?