Spotify Web API v0.2.2 Spotify.Users.UserPrivate View Source
A private User object.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Users.UserPrivate{birthdate: Spotify.Users.birthdate(), country: Spotify.Users.country(), display_name: Spotify.Users.display_name(), email: Spotify.Users.email(), external_urls: Spotify.Users.external_urls(), followers: Spotify.Users.followers(), href: Spotify.Users.href(), id: Spotify.Users.id(), images: Spotify.Users.images(), product: Spotify.Users.product(), type: Spotify.Users.type(), uri: Spotify.Users.uri()}
A private User object.
Link to this section Functions
Returns each Object Models’ model for json decoding.
This callback is passed into Poison.decode
:as
option for formatting
incoming json as structs. Each Object Model should implement it, and nest
other Object Models’ as
functions in their own as needed.
Callback implementation for Spotify.ObjectModel.as/0
.