PropertyReviewResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Review ID | [default to null] |
| user_id | Long | Reviewer user ID | [default to null] |
| user_name | String | Reviewer display name | [default to null] |
| user_photo | String | Reviewer photo URL | [optional] [default to null] |
| rating | BigDecimal | Overall rating (0.0 - 5.0) | [default to null] |
| review | String | Review text | [optional] [default to null] |
| cleanliness_rating | BigDecimal | Cleanliness rating | [optional] [default to null] |
| accuracy_rating | BigDecimal | Accuracy rating | [optional] [default to null] |
| check_in_rating | BigDecimal | Check-in experience rating | [optional] [default to null] |
| communication_rating | BigDecimal | Communication rating | [optional] [default to null] |
| location_rating | BigDecimal | Location rating | [optional] [default to null] |
| value_rating | BigDecimal | Value for money rating | [optional] [default to null] |
| host_response | String | Host’s response to the review | [optional] [default to null] |
| host_responded_at | String | When the host responded | [optional] [default to null] |
| is_verified | Boolean | Whether the review is from a verified stay | [default to null] |
| created_at | String | Review creation timestamp | [default to null] |