toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
MALApi
/
MyListStatus
My
List
Status
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
val
isRewatching
:
Boolean
?
=
null
num
Episodes
Watched
Link copied to clipboard
val
numEpisodesWatched
:
Int
?
=
null
score
Link copied to clipboard
val
score
:
Int
?
=
null
status
Link copied to clipboard
val
status
:
String
?
=
null
updated
At
Link copied to clipboard
val
updatedAt
:
String
?
=
null