Record

movie

No description available.

record movie {
  artworks: option​<list​<movie-artwork>>,
  genres: option​<list​<movie-genre>>,
  id: option​<s32>,
  people: option​<movie-people>,
  release-dates: option​<list​<movie-release-date>>,
  remoteids: option​<list​<movie-remote-id>>,
  runtime: option​<s32>,
  trailers: option​<list​<movie-trailer>>,
  translations: option​<list​<movie-translation>>,
  url: option​<string>,
}

Fields

NameTypeDescription
artworksoption​<list​<movie-artwork>>
genresoption​<list​<movie-genre>>
idoption​<s32>
peopleoption​<movie-people>
release-datesoption​<list​<movie-release-date>>
remoteidsoption​<list​<movie-remote-id>>
runtimeoption​<s32>
trailersoption​<list​<movie-trailer>>
translationsoption​<list​<movie-translation>>
urloption​<string>