Record
movie-people-v2
No description available.
record movie-people-v2 {
id: option<string>,
imdb-id: option<string>,
is-featured: option<bool>,
name: option<string>,
people-facebook: option<string>,
people-id: option<string>,
people-image: option<string>,
people-instagram: option<string>,
people-twitter: option<string>,
role: option<string>,
role-image: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<string> | |
| imdb-id | option<string> | |
| is-featured | option<bool> | |
| name | option<string> | |
| people-facebook | option<string> | |
| people-id | option<string> | |
| people-image | option<string> | |
| people-instagram | option<string> | |
| people-twitter | option<string> | |
| role | option<string> | |
| role-image | option<string> |