vocabularySummaryList

@JvmName(name = "searchVocabulariesResponseVocabularySummary")
fun Flow<SearchVocabulariesResponse>.vocabularySummaryList(): Flow<VocabularySummary>

This paginator transforms the flow returned by searchVocabulariesPaginated to access the nested member VocabularySummary

Return

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