DriverReview
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the review | [default to null] |
| rating | Integer | Rating value | [default to null] |
| comment | String | Review comment text | [optional] [default to null] |
| reviewer_name | String | Name of the person who wrote the review | [default to null] |
| created_at | String | Timestamp when the review was created | [default to null] |