# Cooldown
## Properties
**ship_symbol** | **String** | The symbol of the ship that is on cooldown |
**total_seconds** | **i32** | The total duration of the cooldown in seconds |
**remaining_seconds** | **i32** | The remaining duration of the cooldown in seconds |
**expiration** | Option<**String**> | The date and time when the cooldown expires in ISO 8601 format | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)