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
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
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
(source)
Link copied to clipboard