space-traders-api 0.1.2

Generated API client for SpaceTraders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ShipMount

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)