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