toggle menu
Anitraklib
0.1.10-alpha
common
switch theme
search in API
Anitraklib
/
io.github.vincentvibe3.anitraklib.anilist.serialization
/
AnilistUser
/
UserFormatStatistic
User
Format
Statistic
@
Serializable
data
class
UserFormatStatistic
(
val
format
:
MediaFormat
,
val
count
:
Int
,
val
meanScore
:
Float
,
val
minutesWatched
:
Int
,
val
chaptersRead
:
Int
,
val
mediaIds
:
List
<
Int
>
)
:
AnilistUser.UserStatistic
Members
Constructors
User
Format
Statistic
Link copied to clipboard
constructor
(
format
:
MediaFormat
,
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
format
Link copied to clipboard
val
format
:
MediaFormat
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