Recommendations

data class Recommendations(val node: MALApi.Node? = null, val numRecommendations: Int? = null)

Constructors

Link copied to clipboard
constructor(node: MALApi.Node? = null, numRecommendations: Int? = null)

Properties

Link copied to clipboard
val node: MALApi.Node? = null
Link copied to clipboard
val numRecommendations: Int? = null