workUnitRanges

@JvmName(name = "getWorkUnitsResponseWorkUnitRange")
fun Flow<GetWorkUnitsResponse>.workUnitRanges(): Flow<WorkUnitRange>

This paginator transforms the flow returned by getWorkUnitsPaginated to access the nested member WorkUnitRange

Return

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