Record
get-menu-item-information-response
No description available.
record get-menu-item-information-response {
badges: list<string>,
breadcrumbs: list<string>,
generated-text: option<string>,
id: s32,
image-type: string,
likes: f64,
nutrition: get-menu-item-information-response-nutrition,
price: option<f64>,
restaurant-chain: string,
servings: get-menu-item-information-response-servings,
spoonacular-score: option<f64>,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| badges | list<string> | |
| breadcrumbs | list<string> | |
| generated-text | option<string> | |
| id | s32 | |
| image-type | string | |
| likes | f64 | |
| nutrition | get-menu-item-information-response-nutrition | |
| price | option<f64> | |
| restaurant-chain | string | |
| servings | get-menu-item-information-response-servings | |
| spoonacular-score | option<f64> | |
| title | string |