reservations

@JvmName(name = "listReservationsResponseReservation")
fun Flow<ListReservationsResponse>.reservations(): 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