reservationsList

@JvmName(name = "listReservationsResponseReservation")
fun Flow<ListReservationsResponse>.reservationsList(): Flow<Reservation>

This paginator transforms the flow returned by listReservationsPaginated to access the nested member Reservation

Return

A kotlinx.coroutines.flow.Flow that can collect Reservation