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

NameTypeDescription
authorslist​<author-object>
available-marketslist​<string>
copyrightslist​<copyright-object>
descriptionstring
editionoption​<string>
explicitbool
external-urlsexternal-url-object
hrefstring
html-descriptionstring
idstring
imageslist​<image-object>
languageslist​<string>
media-typestring
namestring
narratorslist​<narrator-object>
publisherstring
total-chapterss32
type-opaudiobook-object-type-op-enum
uristring
chaptersstring