Exspotify.Structs.ExternalUrls (Exspotify v0.1.0)

View Source

Represents external URLs object from Spotify API. Currently only contains Spotify URLs.

Summary

Functions

Creates an ExternalUrls struct from a map.

Types

t()

@type t() :: %Exspotify.Structs.ExternalUrls{spotify: String.t() | nil}

Functions

from_map(map)

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

Creates an ExternalUrls struct from a map.