rotationShifts

@JvmName(name = "listPreviewRotationShiftsResponseRotationShift")
fun Flow<ListPreviewRotationShiftsResponse>.rotationShifts(): Flow<RotationShift>

This paginator transforms the flow returned by listPreviewRotationShiftsPaginated to access the nested member RotationShift

Return

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


@JvmName(name = "listRotationShiftsResponseRotationShift")
fun Flow<ListRotationShiftsResponse>.rotationShifts(): Flow<RotationShift>

This paginator transforms the flow returned by listRotationShiftsPaginated to access the nested member RotationShift

Return

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