The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::Show at lib/Net/Async/Spotify/Object/Generated/Show.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::Show - Package representing Spotify Show 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 Show Object attributes:
- 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.
- copyrights
-
Type:Array[CopyrightObject] Description:The copyright statements of the show.
- 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.
- episodes
-
Type:Array[SimplifiedEpisodeObject] Description:A list of the show’s episodes.
- explicit
-
Type:Boolean Description:Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
- external_urls
-
Type:ExternalUrlObject Description:External URLs for this show.
- href
-
Type:String Description:A link to the Web API endpoint providing full details of the show.
- html_description
-
Type:String Description:A description of the show. This field may contain HTML tags.
- id
-
Type:String Description:The Spotify ID for the show.
- images
-
Type:Array[ImageObject] Description:The cover art for the show in various sizes, widest first.
- 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.
- languages
-
Type:Array[String] Description:A list of the languages used in the show, identified by their ISO 639 code.
- media_type
-
Type:String Description:The media type of the show.
- name
-
Type:String Description:The name of the episode.
- publisher
-
Type:String Description:The publisher of the show.
- type
-
Type:String Description:The object type: “show”.
- uri
-
Type:String Description:The Spotify URI for the show.