Record
actors-data
No description available.
record actors-data {
id: option<s32>,
image: option<string>,
image-added: option<string>,
image-author: option<s32>,
last-updated: option<string>,
name: option<string>,
role: option<string>,
series-id: option<s32>,
sort-order: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<s32> | |
| image | option<string> | |
| image-added | option<string> | |
| image-author | option<s32> | |
| last-updated | option<string> | |
| name | option<string> | |
| role | option<string> | |
| series-id | option<s32> | |
| sort-order | option<s32> |