space-traders-api 0.1.2

Generated API client for SpaceTraders
Documentation
# Ship

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**symbol** | **String** | The globally unique identifier of the ship in the following format: `[AGENT_SYMBOL]-[HEX_ID]` | 
**registration** | [**models::ShipRegistration**]ShipRegistration.md |  | 
**nav** | [**models::ShipNav**]ShipNav.md |  | 
**crew** | [**models::ShipCrew**]ShipCrew.md |  | 
**frame** | [**models::ShipFrame**]ShipFrame.md |  | 
**reactor** | [**models::ShipReactor**]ShipReactor.md |  | 
**engine** | [**models::ShipEngine**]ShipEngine.md |  | 
**cooldown** | [**models::Cooldown**]Cooldown.md |  | 
**modules** | [**Vec<models::ShipModule>**]ShipModule.md | Modules installed in this ship. | 
**mounts** | [**Vec<models::ShipMount>**]ShipMount.md | Mounts installed in this ship. | 
**cargo** | [**models::ShipCargo**]ShipCargo.md |  | 
**fuel** | [**models::ShipFuel**]ShipFuel.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)