Record
parse-ingredients-response-item
No description available.
record parse-ingredients-response-item {
aisle: string,
amount: f64,
consistency: string,
estimated-cost: parse-ingredients-response-item-estimated-cost,
id: s32,
image: string,
meta: list<string>,
name: string,
name-clean: string,
nutrition: parse-ingredients-response-item-nutrition,
original: string,
original-name: string,
possible-units: list<string>,
unit: string,
unit-long: string,
unit-short: string,
}Fields
| Name | Type | Description |
|---|---|---|
| aisle | string | |
| amount | f64 | |
| consistency | string | |
| estimated-cost | parse-ingredients-response-item-estimated-cost | |
| id | s32 | |
| image | string | |
| meta | list<string> | |
| name | string | |
| name-clean | string | |
| nutrition | parse-ingredients-response-item-nutrition | |
| original | string | |
| original-name | string | |
| possible-units | list<string> | |
| unit | string | |
| unit-long | string | |
| unit-short | string |