Summary of a driver's efficiency.
Name | Type | Description | Notes |
---|---|---|---|
driver | ExtendedDriverTinyResponse | [optional] | |
total_distance_driven_meters | float | Distance driven in meters. | [optional] |
total_drive_time_duration_ms | float | Time driven in milliseconds. | [optional] |
total_fuel_consumed_ml | float | Fuel consumption in milliliters. | [optional] |
total_idle_time_duration_ms | float | Time spent idling in milliseconds. | [optional] |
total_power_take_off_duration_ms | float | Time spent with power take off enabled while idling in milliseconds. | [optional] |
vehicle_summaries | list[VehicleSummary] | Summaries of vehicle efficiency for each vehicle the driver was driving during the given time period. | [optional] |