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"

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
component2
Link copied to clipboard
common
operator fun component2(): PagingObject<SimplePlaylist>
copy
Link copied to clipboard
common
fun copy(message: String, playlists: PagingObject<SimplePlaylist>): FeaturedPlaylists
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

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

(source)
Link copied to clipboard