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
| Name | Type | Description |
|---|---|---|
| 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> |