Wasm Directoryalpha
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

NameTypeDescription
badgeslist​<string>
breadcrumbslist​<string>
generated-textoption​<string>
ids32
image-typestring
likesf64
nutritionget-menu-item-information-response-nutrition
priceoption​<f64>
restaurant-chainstring
servingsget-menu-item-information-response-servings
spoonacular-scoreoption​<f64>
titlestring