Simple Local Album
constructor(albumType: String? = null, artists: List<SimpleLocalArtist> = listOf(), name: String, releaseDate: String? = null, releaseDatePrecision: String? = null, type: String)(source)
Parameters
artists
The artists of the album.
name
The name of the album. In case of an album takedown, the value may be an empty string.
type
The object type: “album”
release Date
The date the album was first released, for example 1981. Depending on the precision, it might be shown as 1981-12 or 1981-12-15.
release Date Precision
The precision with which release_date value is known: year , month , or day.
album Type
The type of the album: one of “album”, “single”, or “compilation”.