Group
Extension

Net-Async-Spotify/lib/Net/Async/Spotify/Object/Generated/SimplifiedShow.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::SimplifiedShow
at lib/Net/Async/Spotify/Object/Generated/SimplifiedShow.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::SimplifiedShow - Package representing Spotify SimplifiedShow 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 SimplifiedShow Object attributes:

=over 4

=item available_markets

Type:Array[String]
Description:A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.

=item copyrights

Type:Array[CopyrightObject]
Description:The copyright statements of the show.

=item description

Type:String
Description:A description of the show. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.

=item explicit

Type:Boolean
Description:Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).

=item external_urls

Type:ExternalUrlObject
Description:External URLs for this show.

=item href

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

=item html_description

Type:String
Description:A description of the show. This field may contain HTML tags.

=item id

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

=item images

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

=item is_externally_hosted

Type:Boolean
Description:True if all of the show’s episodes are hosted outside of Spotify’s CDN. This field might be null in some cases.

=item languages

Type:Array[String]
Description:A list of the languages used in the show, identified by their ISO 639 code.

=item media_type

Type:String
Description:The media type of the show.

=item name

Type:String
Description:The name of the episode.

=item publisher

Type:String
Description:The publisher of the show.

=item type

Type:String
Description:The object type: “show”.

=item uri

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

=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.