Record

combined-result

No description available.

record combined-result {
  actors: option​<string>,
  awards: option​<string>,
  box-office: option​<string>,
  country: option​<string>,
  dvd: option​<string>,
  director: option​<string>,
  genre: option​<string>,
  language: option​<string>,
  metascore: option​<string>,
  plot: option​<string>,
  poster: option​<string>,
  production: option​<string>,
  rated: option​<string>,
  released: option​<string>,
  response: string,
  runtime: option​<string>,
  search: option​<list​<combined-result-search-item>>,
  title: option​<string>,
  type-op: option​<string>,
  website: option​<string>,
  writer: option​<string>,
  year: option​<string>,
  imdb-id: option​<string>,
  imdb-rating: option​<string>,
  imdb-votes: option​<string>,
  tomato-consensus: option​<string>,
  tomato-fresh: option​<string>,
  tomato-image: option​<string>,
  tomato-meter: option​<string>,
  tomato-rating: option​<string>,
  tomato-reviews: option​<string>,
  tomato-rotten: option​<string>,
  tomato-url: option​<string>,
  tomato-user-meter: option​<string>,
  tomato-user-rating: option​<string>,
  tomato-user-reviews: option​<string>,
  total-results: option​<string>,
  total-seasons: option​<string>,
}

Fields

NameTypeDescription
actorsoption​<string>
awardsoption​<string>
box-officeoption​<string>
countryoption​<string>
dvdoption​<string>
directoroption​<string>
genreoption​<string>
languageoption​<string>
metascoreoption​<string>
plotoption​<string>
posteroption​<string>
productionoption​<string>
ratedoption​<string>
releasedoption​<string>
responsestring
runtimeoption​<string>
searchoption​<list​<combined-result-search-item>>
titleoption​<string>
type-opoption​<string>
websiteoption​<string>
writeroption​<string>
yearoption​<string>
imdb-idoption​<string>
imdb-ratingoption​<string>
imdb-votesoption​<string>
tomato-consensusoption​<string>
tomato-freshoption​<string>
tomato-imageoption​<string>
tomato-meteroption​<string>
tomato-ratingoption​<string>
tomato-reviewsoption​<string>
tomato-rottenoption​<string>
tomato-urloption​<string>
tomato-user-meteroption​<string>
tomato-user-ratingoption​<string>
tomato-user-reviewsoption​<string>
total-resultsoption​<string>
total-seasonsoption​<string>