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

Module for show (full) struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.FullShow{
  available_markets: term(),
  copyrights: term(),
  description: term(),
  episodes: term(),
  explicit: term(),
  external_urls: term(),
  href: term(),
  id: term(),
  images: term(),
  is_externally_hosted: term(),
  languages: term(),
  media_type: term(),
  name: term(),
  publisher: term(),
  type: term(),
  uri: term()
}