| Name | Type | Description | Notes |
|---|---|---|---|
| bookId | String | ID assigned to this LibCal booking | [optional] |
| firstName | String | First name of the user who booked this | [optional] |
| lastName | String | Last name of the user who booked this | [optional] |
| String | Email address of the user who booked this | [optional] | |
| checkInCode | String | Email address of the user who booked this | [optional] |
| eid | Number | ID of this LibCal space | [optional] |
| cid | Number | LibCal category ID denoting a category assigned to a particular space | [optional] |
| lid | Number | LibCal Location ID | [optional] |
| fromDate | String | Timestamp (in ISO 8601 format) at which this LibCal booking starts | [optional] |
| toDate | String | Timestamp (in ISO 8601 format) at which this LibCal booking ends | [optional] |
| created | String | Timestamp (in ISO 8601 format) denoting when this LibCal booking was created | [optional] |
| status | String | Status of this LibCal booking | [optional] |
| locationName | String | Name of the LibCal location in question | [optional] |
| categoryName | String | Name of the category | [optional] |
| itemName | String | Name of this LibCal space | [optional] |
| seatId | Number | LibCal seat ID | [optional] |
| seatName | String | Name of the LibCal seat | [optional] |
| cancelled | String | Timestamp (in ISO 8601 format) at which this LibCal booking was cancelled, if applicable | [optional] |