Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.39 KB

RecipeAllOf.md

File metadata and controls

27 lines (22 loc) · 1.39 KB

nc_cookbook_api.model.RecipeAllOf

Load the model package

import 'package:nc_cookbook_api/api.dart';

Properties

Name Type Description Notes
id String The index of the recipe. Note the representation as a string as the representation might change in the future.
prepTime String The time required for preparation in ISO8601 format
cookTime String The time required for cooking in ISO8601 format
totalTime String The time required for the complete processing in ISO8601 format
description String A description of the recipe or the empty string [default to '']
url String The URL the recipe was found at or the empty string [default to '']
image String The URL of the original recipe [optional] [default to '']
recipeYield int Number of servings in recipe [default to 1]
recipeCategory String The category of the recipe [default to '']
tool BuiltList<String>
recipeIngredient BuiltList<String>
recipeInstructions BuiltList<String>
nutrition Nutrition

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