robots

@JvmName(name = "listRobotsResponseRobot")
fun Flow<ListRobotsResponse>.robots(): Flow<Robot>

This paginator transforms the flow returned by listRobotsPaginated to access the nested member Robot

Return

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