reservations property

List<Reservation>? reservations
getter/setter pair

The list of reservation in the requested parent.

The order of the reservations is unspecified.

Implementation

core.List<Reservation>? reservations;