| Name | Type | Description | Notes |
|---|---|---|---|
| query | string | Optional hotel name or search query. Combine with location to scope the search. | [optional] |
| location | \Unifapi\Sdk\Model\HotelSearchLocation | [optional] | |
| language | string | Search language as an ISO code or full language name. Defaults to en. | [optional] |
| limit | int | Number of hotels to return. Defaults to 10. | [optional] |
| check_in | string | Check-in date. Date in YYYY-MM-DD format. | [optional] |
| check_out | string | Check-out date. Date in YYYY-MM-DD format. | [optional] |
| currency | string | ISO 4217 currency code for prices, such as USD. | [optional] |
| adults | int | Number of adult guests. | [optional] |
| children | int[] | Ages of children staying, used to refine availability and pricing. | [optional] |
| stars | int[] | Filter to hotels with these class ratings, such as [4, 5]. | [optional] |
| min_rating | float | Filter to hotels with at least this guest rating. | [optional] |
| sort_by | string | Sort order for results. Defaults to relevance. | [optional] |
| min_price | int | Minimum price per night. | [optional] |
| max_price | int | Maximum price per night. | [optional] |
| free_cancellation | bool | When true, only return hotels offering free cancellation. | [optional] |
| is_vacation_rentals | bool | When true, search vacation rentals instead of hotels. | [optional] |
| amenities | string[] | Filter to hotels offering these amenities, such as pool or free_wifi. | [optional] |