The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::PrivateUser at lib/Net/Async/Spotify/Object/Generated/PrivateUser.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.

NAME

Net::Async::Spotify::Object::Generated::PrivateUser - Package representing Spotify PrivateUser 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 PrivateUser Object attributes:

country

Type:String Description:The country of the user, as set in the user’s account profile. An ISO 3166-1 alpha-2 country code. This field is only available when the current user has granted access to the user-read-private scope.

display_name

Type:String Description:The name displayed on the user’s profile. null if not available.

email

Type:String Description:The user’s email address, as entered by the user when creating their account. Important! This email address is unverified; there is no proof that it actually belongs to the user. This field is only available when the current user has granted access to the user-read-email scope.

explicit_content

Type:ExplicitContentSettingsObject Description:The user’s explicit content settings. This field is only available when the current user has granted access to the user-read-private scope.

external_urls

Type:ExternalUrlObject Description:Known external URLs for this user.

followers

Type:FollowersObject Description:Information about the followers of the user.

href

Type:String Description:A link to the Web API endpoint for this user.

id

Type:String Description:The Spotify user ID for the user.

images

Type:Array[ImageObject] Description:The user’s profile image.

product

Type:String Description:The user’s Spotify subscription level: “premium”, “free”, etc. (The subscription level “open” can be considered the same as “free”.) This field is only available when the current user has granted access to the user-read-private scope.

type

Type:String Description:The object type: “user”

uri

Type:String Description:The Spotify URI for the user.

INHERITED METHODS

Net::Async::Spotify::Object::Base

apply_type, extra_fields, fields, generate, to_hash, to_human, to_json