DriverAssignmentResponse
count integer<int32>
assignments object[]nullable
Array [
vehicleId stringnullable
tenantId stringnullable
createDateTime string<date-time>nullable
]
DriverAssignmentResponse
{
"count": 0,
"assignments": [
{
"vehicleId": "string",
"tenantId": "string",
"createDateTime": "2024-07-29T15:51:28.071Z"
}
]
}