SavedAlbum

data class SavedAlbum(addedAt: String, album: Album)

Represents an album saved in a user's library

Parameters

addedAt

The date and time the album was saved.

album

Information about the album.

Constructors

SavedAlbum
Link copied to clipboard
common
fun SavedAlbum(addedAt: String, album: Album)
The date and time the album was saved.

Properties

addedAt
Link copied to clipboard
common
val addedAt: String
The date and time the album was saved.
album
Link copied to clipboard
common
val album: Album
Information about the album.

Sources

common source
Link copied to clipboard