Album

@Serializable
data class Album(val id: Int, val title: String, val type: AlbumType? = null, val metaType: AlbumType, val year: <Error class: unknown class>? = null, val releaseDate: Instant? = null, val coverUri: String? = null, val ogImage: String, val genre: GenreType? = null, val trackCount: Int, val likesCount: Int? = null, val recent: Boolean, val veryImportant: Boolean, val artists: List<Artist>, val labels: List<Label>, val available: Boolean, val availableForPremiumUsers: Boolean, val availableForOptions: List<Options>, val availableForMobile: Boolean, val availablePartially: Boolean, val bests: List<Int>, val trackPosition: TrackPosition? = null, val duplicates: List<Album>? = null, val volumes: List<List<TrackData>>? = null)(source)

Constructors

Link copied to clipboard
constructor(id: Int, title: String, type: AlbumType? = null, metaType: AlbumType, year: <Error class: unknown class>? = null, releaseDate: Instant? = null, coverUri: String? = null, ogImage: String, genre: GenreType? = null, trackCount: Int, likesCount: Int? = null, recent: Boolean, veryImportant: Boolean, artists: List<Artist>, labels: List<Label>, available: Boolean, availableForPremiumUsers: Boolean, availableForOptions: List<Options>, availableForMobile: Boolean, availablePartially: Boolean, bests: List<Int>, trackPosition: TrackPosition? = null, duplicates: List<Album>? = null, volumes: List<List<TrackData>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val bests: List<Int>
Link copied to clipboard
val coverUri: String? = null
Link copied to clipboard
val duplicates: List<Album>? = null
Link copied to clipboard
val genre: GenreType? = null
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
val likesCount: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val releaseDate: Instant? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: AlbumType? = null
Link copied to clipboard
Link copied to clipboard
val volumes: List<List<TrackData>>? = null
Link copied to clipboard
val year: <Error class: unknown class>? = null

Functions

Link copied to clipboard
Link copied to clipboard