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
/
SmallMalAnime
Small
Mal
Anime
@
Serializable
data
class
SmallMalAnime
(
val
id
:
Int
,
val
title
:
String
?
,
val
numEpisodes
:
Int
,
val
myListStatus
:
MALApi.MalStatus
?
,
val
mainPicture
:
MALApi.MalMainPicture
?
)
(
source
)
Members
Constructors
Small
Mal
Anime
Link copied to clipboard
constructor
(
id
:
Int
,
title
:
String
?
,
numEpisodes
:
Int
,
myListStatus
:
MALApi.MalStatus
?
,
mainPicture
:
MALApi.MalMainPicture
?
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
main
Picture
Link copied to clipboard
@
SerialName
(
value
=
"main_picture"
)
val
mainPicture
:
MALApi.MalMainPicture
?
my
List
Status
Link copied to clipboard
@
SerialName
(
value
=
"my_list_status"
)
val
myListStatus
:
MALApi.MalStatus
?
num
Episodes
Link copied to clipboard
@
SerialName
(
value
=
"num_episodes"
)
val
numEpisodes
:
Int
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
?