blob: b560f0c308c4b7bff1e2d8db19719028c1a7fb7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# UnitProperty
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | Option<**String**> | An description of this property. | [optional]
**id** | [**models::UnitPropertyId**](UnitPropertyId.md) | The unique ID for this unit property. |
**name** | **String** | The user-displayed name of this property. |
**units** | [**Vec<models::UnitId>**](UnitId.md) | The units with are measuring this property. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|