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

Module for track link struct.

Link to this section Summary

Link to this section Types

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