Group
Extension

Net-Async-Spotify/lib/Net/Async/Spotify/Object/Generated/SimplifiedAlbum.pod

=encoding utf8

=for comment POD_DERIVED_INDEX_GENERATED

The following documentation is automatically generated.  Please do not edit
this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::SimplifiedAlbum
at lib/Net/Async/Spotify/Object/Generated/SimplifiedAlbum.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.

=cut

=head1 NAME

Net::Async::Spotify::Object::Generated::SimplifiedAlbum - Package representing Spotify SimplifiedAlbum Object

=head1 DESCRIPTION

Autogenerated module.
Based on https://developer.spotify.com/documentation/web-api/reference/#objects-index
Check C<crawl-api-doc.pl> for more information.

=head1 PARAMETERS

Those are Spotify SimplifiedAlbum Object attributes:

=over 4

=item album_group

Type:String
Description:The field is present when getting an artist’s albums. Possible values are “album”, “single”, “compilation”, “appears_on”. Compare to album_type this field represents relationship between the artist and the album.

=item album_type

Type:String
Description:The type of the album: one of “album”, “single”, or “compilation”.

=item artists

Type:Array[SimplifiedArtistObject]
Description:The artists of the album. Each artist object includes a link in href to more detailed information about the artist.

=item available_markets

Type:Array[String]
Description:The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note that an album is considered available in a market when at least 1 of its tracks is available in that market.

=item external_urls

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

=item href

Type:String
Description:A link to the Web API endpoint providing full details of the album.

=item id

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

=item images

Type:Array[ImageObject]
Description:The cover art for the album in various sizes, widest first.

=item name

Type:String
Description:The name of the album. In case of an album takedown, the value may be an empty string.

=item release_date

Type:String
Description:The date the album was first released, for example 1981. Depending on the precision, it might be shown as 1981-12 or 1981-12-15.

=item release_date_precision

Type:String
Description:The precision with which release_date value is known: year , month , or day.

=item restrictions

Type:AlbumRestrictionObject
Description:Included in the response when a content restriction is applied.
See Restriction Object for more details.

=item total_tracks

Type:Integer
Description:The total number of tracks in the album.

=item type

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

=item uri

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

=back

=head1 INHERITED METHODS

=over 4

=item L<Net::Async::Spotify::Object::Base>

L<apply_type|Net::Async::Spotify::Object::Base/apply_type>, L<extra_fields|Net::Async::Spotify::Object::Base/extra_fields>, L<fields|Net::Async::Spotify::Object::Base/fields>, L<generate|Net::Async::Spotify::Object::Base/generate>, L<to_hash|Net::Async::Spotify::Object::Base/to_hash>, L<to_human|Net::Async::Spotify::Object::Base/to_human>, L<to_json|Net::Async::Spotify::Object::Base/to_json>

=back



Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.