ListReservationsResponse constructor
ListReservationsResponse({
- String? nextToken,
- List<
Reservation> ? reservations,
Implementation
ListReservationsResponse({
this.nextToken,
this.reservations,
});