artists property

List<ArtistSimple>? artists
getter/setter pair

The artists of the album. Each artist object includes a link in href to more detailed information about the artist.

Implementation

List<ArtistSimple>? artists;