Wasm Directoryalpha
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

NameTypeDescription
added-dateoption​<string>
added-date-startoption​<string>
added-date-endoption​<string>
aspect-ratiooption​<search-videos-aspect-ratio-enum>
categoryoption​<string>
contributoroption​<list​<string>>
contributor-countryoption​<list​<string>>
durationoption​<s32>
duration-fromoption​<s32>
duration-tooption​<s32>
fpsoption​<f64>
fps-fromoption​<f64>
fps-tooption​<f64>
keyword-safe-searchoption​<bool>
languageoption​<language>
licenseoption​<list​<search-videos-license-item-enum>>
modeloption​<list​<string>>
pageoption​<s32>
per-pageoption​<s32>
people-ageoption​<search-videos-people-age-enum>
people-ethnicityoption​<list​<search-videos-people-ethnicity-item-enum>>
people-genderoption​<search-videos-people-gender-enum>
people-numberoption​<s32>
people-model-releasedoption​<bool>
queryoption​<string>
resolutionoption​<search-videos-resolution-enum>
safeoption​<bool>
sortoption​<search-videos-sort-enum>
viewoption​<get-video-list-view-enum>