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
/
RecommendedMedia
Recommended
Media
@
Serializable
data
class
RecommendedMedia
(
val
id
:
Int
?
,
val
title
:
AniListApi.MediaTitle
?
,
val
coverImage
:
AniListApi.MediaCoverImage
?
)
(
source
)
Members
Constructors
Recommended
Media
Link copied to clipboard
constructor
(
id
:
Int
?
,
title
:
AniListApi.MediaTitle
?
,
coverImage
:
AniListApi.MediaCoverImage
?
)
Properties
cover
Image
Link copied to clipboard
@
SerialName
(
value
=
"coverImage"
)
val
coverImage
:
AniListApi.MediaCoverImage
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
?
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
AniListApi.MediaTitle
?