Wasm Directoryalpha
Record

get-random-recipes-response-recipes-item

No description available.

record get-random-recipes-response-recipes-item {
  aggregate-likes: f64,
  analyzed-instructions: option​<list​<get-random-recipes-response-recipes-item-analyzed-instructions-item>>,
  cheap: bool,
  credits-text: string,
  cuisines: option​<list​<string>>,
  dairy-free: bool,
  diets: option​<list​<string>>,
  dish-types: option​<list​<string>>,
  extended-ingredients: option​<list​<get-random-recipes-response-recipes-item-extended-ingredients-item>>,
  gaps: string,
  gluten-free: bool,
  health-score: f64,
  id: s32,
  image: string,
  image-type: string,
  instructions: string,
  ketogenic: bool,
  license: string,
  low-fodmap: bool,
  occasions: option​<list​<string>>,
  price-per-serving: f64,
  ready-in-minutes: s32,
  servings: f64,
  source-name: string,
  source-url: string,
  spoonacular-score: f64,
  spoonacular-source-url: string,
  summary: string,
  sustainable: bool,
  title: string,
  vegan: bool,
  vegetarian: bool,
  very-healthy: bool,
  very-popular: bool,
  weight-watcher-smart-points: f64,
  whole30: bool,
  wine-pairing: option​<get-random-recipes-response-recipes-item-wine-pairing>,
}

Fields

NameTypeDescription
aggregate-likesf64
analyzed-instructionsoption​<list​<get-random-recipes-response-recipes-item-analyzed-instructions-item>>
cheapbool
credits-textstring
cuisinesoption​<list​<string>>
dairy-freebool
dietsoption​<list​<string>>
dish-typesoption​<list​<string>>
extended-ingredientsoption​<list​<get-random-recipes-response-recipes-item-extended-ingredients-item>>
gapsstring
gluten-freebool
health-scoref64
ids32
imagestring
image-typestring
instructionsstring
ketogenicbool
licensestring
low-fodmapbool
occasionsoption​<list​<string>>
price-per-servingf64
ready-in-minutess32
servingsf64
source-namestring
source-urlstring
spoonacular-scoref64
spoonacular-source-urlstring
summarystring
sustainablebool
titlestring
veganbool
vegetarianbool
very-healthybool
very-popularbool
weight-watcher-smart-pointsf64
whole30bool
wine-pairingoption​<get-random-recipes-response-recipes-item-wine-pairing>