ReservationEntity
Properties
| Name | Type | Description | Notes |
|---|
| has_next_page | Boolean | Indicates if there is a page after the current one | [default to null] |
| has_prev_page | Boolean | Indicates if there is a page before the current one | [default to null] |
| total_pages | BigDecimal | Total number of pages according to limit and result | [default to null] |
| total_records | BigDecimal | Total number of records found against the query | [default to null] |
| result | List | | [default to null] |
| page | BigDecimal | Indicates current page | [default to null] |
[Back to Model list] [Back to API list] [Back to README]