Exspotify.Structs.ExternalIds (Exspotify v0.1.0)

View Source

Represents external IDs object from Spotify API. Contains various external identifiers like ISRC, EAN, UPC.

Summary

Functions

Creates an ExternalIds struct from a map.

Types

t()

@type t() :: %Exspotify.Structs.ExternalIds{
  ean: String.t() | nil,
  isrc: String.t() | nil,
  upc: String.t() | nil
}

Functions

from_map(map)

@spec from_map(map()) :: t()

Creates an ExternalIds struct from a map.