Record
ingredient-search-params
No description available.
record ingredient-search-params {
query: option<string>,
add-children: option<bool>,
min-protein-percent: option<f64>,
max-protein-percent: option<f64>,
min-fat-percent: option<f64>,
max-fat-percent: option<f64>,
min-carbs-percent: option<f64>,
max-carbs-percent: option<f64>,
meta-information: option<bool>,
intolerances: option<string>,
sort: option<string>,
sort-direction: option<string>,
offset: option<s32>,
number: option<s32>,
language: option<autocomplete-ingredient-search-language-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| query | option<string> | |
| add-children | option<bool> | |
| min-protein-percent | option<f64> | |
| max-protein-percent | option<f64> | |
| min-fat-percent | option<f64> | |
| max-fat-percent | option<f64> | |
| min-carbs-percent | option<f64> | |
| max-carbs-percent | option<f64> | |
| meta-information | option<bool> | |
| intolerances | option<string> | |
| sort | option<string> | |
| sort-direction | option<string> | |
| offset | option<s32> | |
| number | option<s32> | |
| language | option<autocomplete-ingredient-search-language-enum> |