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
| Name | Type | Description |
|---|---|---|
| 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> |