DetailedReviewData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the review. | [default to null] |
| rating | Integer | Rating value. | [default to null] |
| review | String | Optional review text. | [optional] [default to null] |
| user_id | Integer | User ID who submitted the review. | [default to null] |
| vendor_id | Integer | Optional vendor ID associated with the review. | [optional] [default to null] |
| driver_id | Integer | Optional driver ID associated with the review. | [optional] [default to null] |
| order_id | Integer | Optional order ID associated with the review. | [optional] [default to null] |
| created_at | String | Timestamp when the review was created. | [default to null] |
| updated_at | String | Timestamp when the review was last updated. | [default to null] |
| user | ReviewUserData | Optional user information. | [optional] [default to null] |
| vendor | ReviewVendorData | Optional vendor information. | [optional] [default to null] |