Skip to Content

DriverDetailsResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the driver[default to null]
first_nameStringDriver’s first name[default to null]
last_nameStringDriver’s last name[default to null]
emailStringDriver’s email address[optional] [default to null]
phoneStringDriver’s phone number[optional] [default to null]
profile_photoStringURL to driver’s profile photo[optional] [default to null]
average_ratingDoubleDriver’s average rating[optional] [default to null]
review_countIntegerTotal number of reviews for the driver[default to null]
vehicle_detailsVehicleDetailsDriver’s vehicle information[optional] [default to null]
license_detailsLicenseDetailsDriver’s license information[optional] [default to null]
driving_sinceStringDate since the driver has been driving[optional] [default to null]
is_activeBooleanWhether the driver is currently active[default to null]
created_atStringTimestamp when the driver was created[default to null]

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