schedules

@JvmName(name = "listSchedulesResponseScheduleSummary")
fun Flow<ListSchedulesResponse>.schedules(): Flow<ScheduleSummary>

This paginator transforms the flow returned by listSchedulesPaginated to access the nested member ScheduleSummary

Return

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