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
# ShipModule

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**symbol** | **String** | The symbol of the module. | 
**capacity** | Option<**i32**> | Modules that provide capacity, such as cargo hold or crew quarters will show this value to denote how much of a bonus the module grants. | [optional]
**range** | Option<**i32**> | Modules that have a range will such as a sensor array show this value to denote how far can the module reach with its capabilities. | [optional]
**name** | **String** | Name of this module. | 
**description** | **String** | Description of this module. | 
**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)