Skip to content

Files

Latest commit

 

History

History
20 lines (17 loc) · 1.21 KB

RecipeObjectItems.md

File metadata and controls

20 lines (17 loc) · 1.21 KB

IO.Swagger.Model.RecipeObjectItems

Properties

Name Type Description Notes
Id string Unique recipe ID [optional]
Title string Recipe title [optional]
Meta RecipeObjectMeta [optional]
Categories List<string> [optional]
Author string The author of this recipe. You must attribute this author when displaying this recipe. [optional]
Keywords List<string> [optional]
Topics List<string> [optional]
Attributes RecipeObjectAttributes [optional]
Ingredients List<RecipeObjectIngredients> An array containing this recipe's ingredients [optional]
BaseIngredients List<string> [optional]
Nutrients RecipeObjectNutrients [optional]
DiabeticExchanges List<string> [optional]

[Back to Model list] [Back to API list] [Back to README]