connections

@JvmName(name = "getConnectionsResponseConnection")
fun Flow<GetConnectionsResponse>.connections(): Flow<Connection>

This paginator transforms the flow returned by getConnectionsPaginated to access the nested member Connection

Return

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