Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 948 Bytes

RecipeStubInformation.md

File metadata and controls

20 lines (15 loc) · 948 Bytes

nc_cookbook_api.model.RecipeStubInformation

Load the model package

import 'package:nc_cookbook_api/api.dart';

Properties

Name Type Description Notes
name String The name of the recipe
keywords String A comma-separated list of recipe keywords, can be empty string [default to '']
dateCreated DateTime The date the recipe was created in the app
dateModified DateTime The date the recipe was modified lastly in the app [optional]
imageUrl String The URL of the recipe image [default to '']
imagePlaceholderUrl String The URL of the placeholder of the recipe image [default to '']

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