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
/
MediaRecommendation
Media
Recommendation
@
Serializable
data
class
MediaRecommendation
(
val
id
:
Int
,
val
title
:
AniListApi.Title
?
,
val
idMal
:
Int
?
,
val
coverImage
:
AniListApi.CoverImage
?
,
val
averageScore
:
Int
?
)
(
source
)
Members
Constructors
Media
Recommendation
Link copied to clipboard
constructor
(
id
:
Int
,
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
?
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
?