connectors

@JvmName(name = "listConnectorsResponseListedConnector")
fun Flow<ListConnectorsResponse>.connectors(): Flow<ListedConnector>

This paginator transforms the flow returned by listConnectorsPaginated to access the nested member ListedConnector

Return

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