Simple Show
data class SimpleShow(availableMarketsString: List<String>, externalUrlsString: Map<String, String>, copyrights: List<SpotifyCopyright>, description: String?, explicit: Boolean, href: String, id: String, images: List<SpotifyImage>, isExternallyHosted: Boolean?, languagesString: List<String>, mediaType: String, name: String, publisher: String, type: String, uri: SpotifyUri) : CoreObject
Content copied to clipboard
Basic information about a Spotify show
Parameters
copyrights
The copyright statements of the show.
description
A description of the show.
explicit
Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
images
The cover art for the show in various sizes, widest first.
isExternallyHosted
True if all of the show’s episodes are hosted outside of Spotify’s CDN. This field might be null in some cases.
mediaType
The media type of the show.
name
The name of the show.
publisher
The publisher of the show.
type
The object type: “show”.
Constructors
SimpleShow
Link copied to clipboard
fun SimpleShow(availableMarketsString: List<String> = listOf(), externalUrlsString: Map<String, String>, copyrights: List<SpotifyCopyright>, description: String? = null, explicit: Boolean, href: String, id: String, images: List<SpotifyImage>, isExternallyHosted: Boolean? = null, languagesString: List<String>, mediaType: String, name: String, publisher: String, type: String, uri: SpotifyUri)
Content copied to clipboard
The copyright statements of the show.
Functions
getMembersThatNeedApiInstantiation
Link copied to clipboard
toFullShow
Link copied to clipboard
toFullShowRestAction
Link copied to clipboard
Properties
api
Link copied to clipboard
availableMarkets
Link copied to clipboard
copyrights
Link copied to clipboard
description
Link copied to clipboard
externalUrls
Link copied to clipboard
images
Link copied to clipboard
isExternallyHosted
Link copied to clipboard
uri
Link copied to clipboard
Sources
common source
Link copied to clipboard