Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.52 KB

Trip.md

File metadata and controls

23 lines (19 loc) · 1.52 KB

Trip

Properties

Name Type Description Notes
created_at datetime Date when the resource has been created. [optional]
links TripLinks [optional]
avg_consumption list[TripAvgConsumption] [optional]
distance float Distance in Km of the trip [optional]
done bool Determines whether this trip is finished or not. [optional]
duration str Duration of the trip [optional]
faults list[str] The faults of this finished or in progress trip. This means that we lacked data from the vehicle to complete the trip description during one of its step (starting, progressing, or finishing). [optional]
id str Identifier of a trip [optional]
odometer float The mileage of the vehicle at the end of a trip [optional]
start_position Position [optional]
started_at datetime Date & Time when the trip started [optional]
stop_position Position [optional]
stopped_at datetime Date & Time when the trip stopped [optional]
zero_emission_ratio float Part of trip distance with zero gaz emission of the trip expressed in percent (0-100%). [optional]

[Back to Model list] [Back to API list] [Back to README]