dbNodes

@JvmName(name = "listDbNodesResponseDbNodeSummary")
fun Flow<ListDbNodesResponse>.dbNodes(): Flow<DbNodeSummary>

This paginator transforms the flow returned by listDbNodesPaginated to access the nested member DbNodeSummary

Return

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