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

Module for artist (simplified) struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.SimplifiedArtist{
  external_urls: term(),
  href: term(),
  id: term(),
  name: term(),
  type: term(),
  uri: term()
}