# 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** | [**crate::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)