FeaturedPlaylists

@Serializable
data class FeaturedPlaylists(val message: String, val playlists: PagingObject<SimplePlaylist>)(source)

Spotify featured playlists (on the Browse tab)

Parameters

message

the featured message in "Overview"

playlists

PagingObject of returned items

Constructors

Link copied to clipboard
constructor(message: String, playlists: PagingObject<SimplePlaylist>)

Properties

Link copied to clipboard
Link copied to clipboard