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
/
MyListStatus
My
List
Status
@
Serializable
data
class
MyListStatus
(
val
status
:
String
?
=
null
,
val
score
:
Int
?
=
null
,
val
numEpisodesWatched
:
Int
?
=
null
,
val
isRewatching
:
Boolean
?
=
null
,
val
updatedAt
:
String
?
=
null
)
(
source
)
Members
Constructors
My
List
Status
Link copied to clipboard
constructor
(
status
:
String
?
=
null
,
score
:
Int
?
=
null
,
numEpisodesWatched
:
Int
?
=
null
,
isRewatching
:
Boolean
?
=
null
,
updatedAt
:
String
?
=
null
)
Properties
is
Rewatching
Link copied to clipboard
@
SerialName
(
value
=
"is_rewatching"
)
val
isRewatching
:
Boolean
?
num
Episodes
Watched
Link copied to clipboard
@
SerialName
(
value
=
"num_episodes_watched"
)
val
numEpisodesWatched
:
Int
?
score
Link copied to clipboard
@
SerialName
(
value
=
"score"
)
val
score
:
Int
?
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
String
?
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
String
?