Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
MALApi
/
RelatedAnime
Related
Anime
@
Serializable
data
class
RelatedAnime
(
val
node
:
MALApi.Node
?
=
null
,
val
relationType
:
String
?
=
null
,
val
relationTypeFormatted
:
String
?
=
null
)
(
source
)
Members
Constructors
Related
Anime
Link copied to clipboard
constructor
(
node
:
MALApi.Node
?
=
null
,
relationType
:
String
?
=
null
,
relationTypeFormatted
:
String
?
=
null
)
Properties
node
Link copied to clipboard
@
SerialName
(
value
=
"node"
)
val
node
:
MALApi.Node
?
relation
Type
Link copied to clipboard
@
SerialName
(
value
=
"relation_type"
)
val
relationType
:
String
?
relation
Type
Formatted
Link copied to clipboard
@
SerialName
(
value
=
"relation_type_formatted"
)
val
relationTypeFormatted
:
String
?