| Name | Type | Description | Notes |
|---|---|---|---|
| hotel_identifier | string | Unique hotel id. Pass it to /hotels/info for full details. | [optional] |
| title | string | Hotel or vacation rental name. | [optional] |
| stars | int | Hotel class rating, 1-5. | [optional] |
| is_paid | bool | True for paid hotel listings. | [optional] |
| location | \Unifapi\Sdk\Model\HotelSearchGeo | [optional] | |
| reviews | \Unifapi\Sdk\Model\HotelSearchResultReviews | [optional] | |
| prices | \Unifapi\Sdk\Model\HotelSearchResultPrices | [optional] | |
| overview_images | string[] | Preview image URLs for the hotel when present. | [optional] |
| is_billable | bool | Each hotel listing is one billable record. |