about summary refs log tree commit diff stats
path: root/crates/rocie-client/docs/UnitProperty.md
blob: fc6bfc98c91b0468cec56b37d785bcfca53f08fb (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)