RecipeArgs

fun RecipeArgs(description: Output<String>? = null, name: Output<String>? = null, steps: Output<List<RecipeStepArgs>>? = null, tags: Output<List<RecipeTagArgs>>? = null)