blob: 88617827b2949686f168b9123847ff54aa926bd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
|