# ShipMount
## Properties
**symbol** | **String** | Symbo of this mount. |
**name** | **String** | Name of this mount. |
**description** | Option<**String**> | Description of this mount. | [optional]
**strength** | Option<**i32**> | Mounts that have this value, such as mining lasers, denote how powerful this mount's capabilities are. | [optional]
**deposits** | Option<**Vec<String>**> | Mounts that have this value denote what goods can be produced from using the mount. | [optional]
**requirements** | [**models::ShipRequirements**](ShipRequirements.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)