reservationOfferingsList

@JvmName(name = "listReservationOfferingsResponseReservationOffering")
fun Flow<ListReservationOfferingsResponse>.reservationOfferingsList(): Flow<ReservationOffering>

This paginator transforms the flow returned by listReservationOfferingsPaginated to access the nested member ReservationOffering

Return

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