namespaces

@JvmName(name = "listNamespacesResponseNamespace")
fun Flow<ListNamespacesResponse>.namespaces(): Flow<Namespace>

This paginator transforms the flow returned by listNamespacesPaginated to access the nested member Namespace

Return

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