# NoobchefApi.RecipeRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Recipes&#39;s name | 
**description** | **String** | Recipes&#39;s description | 
**userId** | **String** | User&#39;s ID | [optional] 
**ingredients** | [**[IngredientItem]**](IngredientItem.md) | Recipes&#39;s ingredients | 
**steps** | [**[RecipeStep]**](RecipeStep.md) | Recipe&#39;s steps | [optional] 
**tags** | [**[Tag]**](Tag.md) |  | 


