Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 644 Bytes

Cooldown.md

File metadata and controls

14 lines (9 loc) · 644 Bytes

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] [Back to API list] [Back to README]