items

@JvmName(name = "listConnectorsResponseConnector")
fun Flow<ListConnectorsResponse>.items(): Flow<Connector>

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

Return

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