SKFeaturedPlaylists
public struct SKFeaturedPlaylists : JSONDecodable
A structure containing a paginated collection of featured playlists, accompanied by a localized message from Spotify.
-
An accompanying localized message from Spotify.
Declaration
Swift
public let localizedMessage: String
-
A list of featured playlists.
Declaration
Swift
public let playlists: Page<SKPlaylist>