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
/
MalNode
Mal
Node
@
Serializable
data
class
MalNode
(
val
id
:
Int
,
val
title
:
String
)
(
source
)
Members
Constructors
Mal
Node
Link copied to clipboard
constructor
(
id
:
Int
,
title
:
String
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String