Wasm Directoryalpha
Record

search-food-videos-params

No description available.

record search-food-videos-params {
  query: option​<string>,
  type-op: option​<string>,
  cuisine: option​<string>,
  diet: option​<string>,
  include-ingredients: option​<string>,
  exclude-ingredients: option​<string>,
  min-length: option​<f64>,
  max-length: option​<f64>,
  offset: option​<s32>,
  number: option​<s32>,
}

Fields

NameTypeDescription
queryoption​<string>
type-opoption​<string>
cuisineoption​<string>
dietoption​<string>
include-ingredientsoption​<string>
exclude-ingredientsoption​<string>
min-lengthoption​<f64>
max-lengthoption​<f64>
offsetoption​<s32>
numberoption​<s32>