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
/
Recommendations
Recommendations
@
Serializable
data
class
Recommendations
(
val
node
:
MALApi.Node
?
=
null
,
val
numRecommendations
:
Int
?
=
null
)
(
source
)
Members
Constructors
Recommendations
Link copied to clipboard
constructor
(
node
:
MALApi.Node
?
=
null
,
numRecommendations
:
Int
?
=
null
)
Properties
node
Link copied to clipboard
@
SerialName
(
value
=
"node"
)
val
node
:
MALApi.Node
?
num
Recommendations
Link copied to clipboard
@
SerialName
(
value
=
"num_recommendations"
)
val
numRecommendations
:
Int
?