Record
search-videos-params
No description available.
record search-videos-params {
added-date: option<string>,
added-date-start: option<string>,
added-date-end: option<string>,
aspect-ratio: option<search-videos-aspect-ratio-enum>,
category: option<string>,
contributor: option<list<string>>,
contributor-country: option<list<string>>,
duration: option<s32>,
duration-from: option<s32>,
duration-to: option<s32>,
fps: option<f64>,
fps-from: option<f64>,
fps-to: option<f64>,
keyword-safe-search: option<bool>,
language: option<language>,
license: option<list<search-videos-license-item-enum>>,
model: option<list<string>>,
page: option<s32>,
per-page: option<s32>,
people-age: option<search-videos-people-age-enum>,
people-ethnicity: option<list<search-videos-people-ethnicity-item-enum>>,
people-gender: option<search-videos-people-gender-enum>,
people-number: option<s32>,
people-model-released: option<bool>,
query: option<string>,
resolution: option<search-videos-resolution-enum>,
safe: option<bool>,
sort: option<search-videos-sort-enum>,
view: option<get-video-list-view-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| added-date | option<string> | |
| added-date-start | option<string> | |
| added-date-end | option<string> | |
| aspect-ratio | option<search-videos-aspect-ratio-enum> | |
| category | option<string> | |
| contributor | option<list<string>> | |
| contributor-country | option<list<string>> | |
| duration | option<s32> | |
| duration-from | option<s32> | |
| duration-to | option<s32> | |
| fps | option<f64> | |
| fps-from | option<f64> | |
| fps-to | option<f64> | |
| keyword-safe-search | option<bool> | |
| language | option<language> | |
| license | option<list<search-videos-license-item-enum>> | |
| model | option<list<string>> | |
| page | option<s32> | |
| per-page | option<s32> | |
| people-age | option<search-videos-people-age-enum> | |
| people-ethnicity | option<list<search-videos-people-ethnicity-item-enum>> | |
| people-gender | option<search-videos-people-gender-enum> | |
| people-number | option<s32> | |
| people-model-released | option<bool> | |
| query | option<string> | |
| resolution | option<search-videos-resolution-enum> | |
| safe | option<bool> | |
| sort | option<search-videos-sort-enum> | |
| view | option<get-video-list-view-enum> |