FeaturedPlaylists

data class FeaturedPlaylists(message: String, playlists: PagingObject<SimplePlaylist>)

Spotify featured playlists (on the Browse tab)

Parameters

message

the featured message in "Overview"

playlists

PagingObject of returned items

Constructors

FeaturedPlaylists
Link copied to clipboard
common
fun FeaturedPlaylists(message: String, playlists: PagingObject<SimplePlaylist>)
the featured message in "Overview"

Properties

message
Link copied to clipboard
common
val message: String
the featured message in "Overview"
playlists
Link copied to clipboard
common
val playlists: PagingObject<SimplePlaylist>
PagingObject of returned items

Sources

common source
Link copied to clipboard