View Source Sptfy.Object.SimplifiedPlaylist (Sptfy v0.1.5)

Module for playlist (simplified) struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.SimplifiedPlaylist{
  collaborative: term(),
  description: term(),
  external_urls: term(),
  href: term(),
  id: term(),
  images: term(),
  name: term(),
  owner: term(),
  primary_color: term(),
  public: term(),
  snapshot_id: term(),
  tracks: term(),
  type: term(),
  uri: term()
}