vortexasdk.api.vessel_summary
VesselSummary
VesselSummary(*, vessel_id: typing.Optional[str],
timestamp: typing.Optional[str], lat: typing.Optional[str],
lon: typing.Optional[str], speed: typing.Optional[float],
draught: typing.Optional[float],
declared_destination: typing.Optional[str],
declared_eta: typing.Optional[str])
Represents a Vessel Summary record returned by the API.
Vessel Summary Further Documentation