Record
show-object
No description available.
record show-object {
available-markets: list<string>,
copyrights: list<copyright-object>,
description: string,
explicit: bool,
external-urls: external-url-object,
href: string,
html-description: string,
id: string,
images: list<image-object>,
is-externally-hosted: bool,
languages: list<string>,
media-type: string,
name: string,
publisher: string,
total-episodes: s32,
type-op: simplified-show-object-type-op-enum,
uri: string,
episodes: string,
}Fields
| Name | Type | Description |
|---|---|---|
| available-markets | list<string> | |
| copyrights | list<copyright-object> | |
| description | string | |
| explicit | bool | |
| external-urls | external-url-object | |
| href | string | |
| html-description | string | |
| id | string | |
| images | list<image-object> | |
| is-externally-hosted | bool | |
| languages | list<string> | |
| media-type | string | |
| name | string | |
| publisher | string | |
| total-episodes | s32 | |
| type-op | simplified-show-object-type-op-enum | |
| uri | string | |
| episodes | string |