Spotify Public User
data class SpotifyPublicUser(externalUrlsString: Map<String, String>, href: String, id: String, uri: UserUri, displayName: String?, followers: Followers, images: List<SpotifyImage>, type: String) : CoreObject
Content copied to clipboard
Public information about a Spotify user
Parameters
displayName
The name displayed on the user’s profile. null if not available.
followers
Information about the followers of this user.
href
A link to the Web API endpoint for this user.
id
The Spotify user ID for this user.
images
The user’s profile image.
type
The object type: “user”
Constructors
SpotifyPublicUser
Link copied to clipboard
Functions
getMembersThatNeedApiInstantiation
Link copied to clipboard
Properties
api
Link copied to clipboard
displayName
Link copied to clipboard
externalUrls
Link copied to clipboard
images
Link copied to clipboard
Sources
common source
Link copied to clipboard