Exspotify.Structs.User (Exspotify v0.1.0)
View SourceRepresents a user object from Spotify API.
Summary
Functions
Creates a User struct from a map (typically from JSON).
Types
@type t() :: %Exspotify.Structs.User{ country: String.t() | nil, display_name: String.t() | nil, email: String.t() | nil, explicit_content: map() | nil, external_urls: Exspotify.Structs.ExternalUrls.t() | nil, followers: Exspotify.Structs.Followers.t() | nil, href: String.t() | nil, id: String.t(), images: [Exspotify.Structs.Image.t()] | nil, product: String.t() | nil, type: String.t(), uri: String.t() }