toggle menu
Anitraklib
0.1.10-alpha
common
switch theme
search in API
Anitraklib
/
io.github.vincentvibe3.anitraklib.anilist.serialization
/
AnilistUser
/
UserStatusStatistic
User
Status
Statistic
@
Serializable
data
class
UserStatusStatistic
(
val
status
:
MediaListStatus
,
val
count
:
Int
,
val
meanScore
:
Float
,
val
minutesWatched
:
Int
,
val
chaptersRead
:
Int
,
val
mediaIds
:
List
<
Int
>
)
:
AnilistUser.UserStatistic
Members
Constructors
User
Status
Statistic
Link copied to clipboard
constructor
(
status
:
MediaListStatus
,
count
:
Int
,
meanScore
:
Float
,
minutesWatched
:
Int
,
chaptersRead
:
Int
,
mediaIds
:
List
<
Int
>
)
Properties
chapters
Read
Link copied to clipboard
open
override
val
chaptersRead
:
Int
count
Link copied to clipboard
open
override
val
count
:
Int
mean
Score
Link copied to clipboard
open
override
val
meanScore
:
Float
media
Ids
Link copied to clipboard
open
override
val
mediaIds
:
List
<
Int
>
minutes
Watched
Link copied to clipboard
open
override
val
minutesWatched
:
Int
status
Link copied to clipboard
val
status
:
MediaListStatus