NAME
Net::Async::Spotify::Object::Generated::PublicUser - Package representing Spotify PublicUser Object
DESCRIPTION
Autogenerated module. Based on https://developer.spotify.com/documentation/web-api/reference/#objects-index Check crawl-api-doc.pl
for more information.
PARAMETERS
Those are Spotify PublicUser Object attributes:
- display_name
-
Type:String Description:The name displayed on the user’s profile. null if not available.
- external_urls
-
Type:ExternalUrlObject Description:Known public external URLs for this user.
- followers
-
Type:FollowersObject Description:Information about the followers of this user.
- href
-
Type:String Description:A link to the Web API endpoint for this user.
- id
-
Type:String Description:The Spotify user ID for this user.
- images
-
Type:Array[ImageObject] Description:The user’s profile image.
- type
-
Type:String Description:The object type: “user”
- uri
-
Type:String Description:The Spotify URI for this user.