TimeSlotWithReservationCollections

Properties

Name

Type

Description

startDateTime

Datetime

Start of the slot.

endDateTime

Datetime

End of the slot.

reservationCollections

List<ReservationCollection>

List of collections related to the slot. In most use cases this means collections that can be inserted without hard conflicts.

firstCollection

ReservationCollection

A reference to the first item in reservationCollections. Added as a convenience so flows that only need the first item do not have to include a loop.