Record
audiobook-object
No description available.
record audiobook-object {
authors: list<author-object>,
available-markets: list<string>,
copyrights: list<copyright-object>,
description: string,
edition: option<string>,
explicit: bool,
external-urls: external-url-object,
href: string,
html-description: string,
id: string,
images: list<image-object>,
languages: list<string>,
media-type: string,
name: string,
narrators: list<narrator-object>,
publisher: string,
total-chapters: s32,
type-op: audiobook-object-type-op-enum,
uri: string,
chapters: string,
}Fields
| Name | Type | Description |
|---|---|---|
| authors | list<author-object> | |
| available-markets | list<string> | |
| copyrights | list<copyright-object> | |
| description | string | |
| edition | option<string> | |
| explicit | bool | |
| external-urls | external-url-object | |
| href | string | |
| html-description | string | |
| id | string | |
| images | list<image-object> | |
| languages | list<string> | |
| media-type | string | |
| name | string | |
| narrators | list<narrator-object> | |
| publisher | string | |
| total-chapters | s32 | |
| type-op | audiobook-object-type-op-enum | |
| uri | string | |
| chapters | string |