schedules

@JvmName(name = "listSchedulesResponseSchedule")
fun Flow<ListSchedulesResponse>.schedules(): Flow<Schedule>

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

Return

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