connectorList

@JvmName(name = "getConnectorsResponseConnector")
fun Flow<GetConnectorsResponse>.connectorList(): Flow<Connector>

This paginator transforms the flow returned by getConnectorsPaginated to access the nested member Connector

Return

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