LocationSpeedViolationReportResponse
selection stringnullable
totalSpeedViolations int32
maxSpeed int32
locationCount int32
locationSpeedingList object[]nullable
Array [
id stringnullable
driverId stringnullable
vehicleId stringnullable
locationId stringnullable
vehicleName stringnullable
driverName stringnullable
locationName stringnullable
eventTime date-time
status stringnullable
speed double
speedLimit int32
locationAddress stringnullable
position stringnullable
]
LocationSpeedViolationReportResponse
{
"selection": "string",
"totalSpeedViolations": 0,
"maxSpeed": 0,
"locationCount": 0,
"locationSpeedingList": [
{
"id": "string",
"driverId": "string",
"vehicleId": "string",
"locationId": "string",
"vehicleName": "string",
"driverName": "string",
"locationName": "string",
"eventTime": "2024-07-29T15:51:28.071Z",
"status": "string",
"speed": 0,
"speedLimit": 0,
"locationAddress": "string",
"position": "string"
}
]
}