rotations

@JvmName(name = "listRotationsResponseRotation")
fun Flow<ListRotationsResponse>.rotations(): Flow<Rotation>

This paginator transforms the flow returned by listRotationsPaginated to access the nested member Rotation

Return

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