Record
get-album-videos-params
No description available.
record get-album-videos-params {
album-id: string,
user-id: string,
containing-uri: option<string>,
direction: option<get-album-videos-alt1-direction-enum>,
filter: option<get-album-videos-alt1-filter-enum>,
filter-embeddable: option<bool>,
page: option<f64>,
password: option<string>,
per-page: option<f64>,
query: option<string>,
sort: option<get-album-videos-alt1-sort-enum>,
weak-search: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| album-id | string | |
| user-id | string | |
| containing-uri | option<string> | |
| direction | option<get-album-videos-alt1-direction-enum> | |
| filter | option<get-album-videos-alt1-filter-enum> | |
| filter-embeddable | option<bool> | |
| page | option<f64> | |
| password | option<string> | |
| per-page | option<f64> | |
| query | option<string> | |
| sort | option<get-album-videos-alt1-sort-enum> | |
| weak-search | option<bool> |