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

## Properties

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