Record
search-menu-items-params
No description available.
record search-menu-items-params {
query: option<string>,
min-calories: option<f64>,
max-calories: option<f64>,
min-carbs: option<f64>,
max-carbs: option<f64>,
min-protein: option<f64>,
max-protein: option<f64>,
min-fat: option<f64>,
max-fat: option<f64>,
add-menu-item-information: option<bool>,
offset: option<s32>,
number: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| query | option<string> | |
| min-calories | option<f64> | |
| max-calories | option<f64> | |
| min-carbs | option<f64> | |
| max-carbs | option<f64> | |
| min-protein | option<f64> | |
| max-protein | option<f64> | |
| min-fat | option<f64> | |
| max-fat | option<f64> | |
| add-menu-item-information | option<bool> | |
| offset | option<s32> | |
| number | option<s32> |