MediaList

@Serializable
data class MediaList(val id: Int? = null, val userId: Int? = null, val mediaId: Int? = null, val status: MediaListStatus? = null, val score: Float? = null, val progress: Int? = null, val progressVolumes: Int? = null, val repeat: Int? = null, val priority: Int? = null, val private: Boolean? = null, val notes: String? = null, val hiddenFromStatusLists: Boolean? = null, val customLists: JsonObject? = null, val advancedScores: JsonObject? = null, val startedAt: FuzzyDateInt? = null, val completedAt: FuzzyDateInt? = null, val updatedAt: Int? = null, val createdAt: Int? = null, val media: Media? = null, val user: AnilistUser? = null)

Constructors

Link copied to clipboard
constructor(id: Int? = null, userId: Int? = null, mediaId: Int? = null, status: MediaListStatus? = null, score: Float? = null, progress: Int? = null, progressVolumes: Int? = null, repeat: Int? = null, priority: Int? = null, private: Boolean? = null, notes: String? = null, hiddenFromStatusLists: Boolean? = null, customLists: JsonObject? = null, advancedScores: JsonObject? = null, startedAt: FuzzyDateInt? = null, completedAt: FuzzyDateInt? = null, updatedAt: Int? = null, createdAt: Int? = null, media: Media? = null, user: AnilistUser? = null)

Properties

Link copied to clipboard
val advancedScores: JsonObject? = null
Link copied to clipboard
Link copied to clipboard
val createdAt: Int? = null
Link copied to clipboard
val customLists: JsonObject? = null
Link copied to clipboard
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val media: Media? = null
Link copied to clipboard
val mediaId: Int? = null
Link copied to clipboard
val notes: String? = null
Link copied to clipboard
val priority: Int? = null
Link copied to clipboard
val private: Boolean? = null
Link copied to clipboard
val progress: Int? = null
Link copied to clipboard
val progressVolumes: Int? = null
Link copied to clipboard
val repeat: Int? = null
Link copied to clipboard
val score: Float? = null
Link copied to clipboard
val startedAt: FuzzyDateInt? = null
Link copied to clipboard
val status: MediaListStatus? = null
Link copied to clipboard
val updatedAt: Int? = null
Link copied to clipboard
val user: AnilistUser? = null
Link copied to clipboard
val userId: Int? = null