Exspotify.Structs.Devices (Exspotify v0.1.0)

View Source

Represents the available devices response from Spotify API.

Summary

Functions

Creates a Devices struct from a map.

Types

t()

@type t() :: %Exspotify.Structs.Devices{devices: [Exspotify.Structs.Device.t()] | nil}

Functions

from_map(map)

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

Creates a Devices struct from a map.