diff options
Diffstat (limited to 'crates/rocie-client/docs/Cookware.md')
| -rw-r--r-- | crates/rocie-client/docs/Cookware.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/crates/rocie-client/docs/Cookware.md b/crates/rocie-client/docs/Cookware.md new file mode 100644 index 0000000..8861782 --- /dev/null +++ b/crates/rocie-client/docs/Cookware.md @@ -0,0 +1,14 @@ +# Cookware + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**alias** | Option<**String**> | Alias | [optional] +**name** | **String** | Name | +**note** | Option<**String**> | Note | [optional] +**quantity** | Option<**u32**> | Amount needed Note that this is a value, not a quantity, so it doesn't have units. | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + |
