Exspotify.Structs.Playlist (Exspotify v0.1.0)
View SourceRepresents a playlist object from Spotify API.
Summary
Functions
Creates a Playlist struct from a map (typically from JSON).
Types
@type t() :: %Exspotify.Structs.Playlist{ collaborative: boolean() | nil, description: String.t() | nil, external_urls: Exspotify.Structs.ExternalUrls.t() | nil, href: String.t() | nil, id: String.t(), images: [Exspotify.Structs.Image.t()] | nil, name: String.t(), owner: Exspotify.Structs.User.t() | nil, public: boolean() | nil, snapshot_id: String.t() | nil, tracks: map() | nil, type: String.t(), uri: String.t() }