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

Module for album (simplified) struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.SimplifiedAlbum{
  album_group: term(),
  album_type: term(),
  artists: term(),
  available_markets: term(),
  external_urls: term(),
  href: term(),
  id: term(),
  images: term(),
  name: term(),
  release_date: term(),
  release_date_precision: term(),
  restrictions: term(),
  total_tracks: term(),
  type: term(),
  uri: term()
}