folderSummaryList

@JvmName(name = "listFoldersResponseFolderSummary")
fun Flow<ListFoldersResponse>.folderSummaryList(): Flow<FolderSummary>

This paginator transforms the flow returned by listFoldersPaginated to access the nested member FolderSummary

Return

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


@JvmName(name = "searchFoldersResponseFolderSummary")
fun Flow<SearchFoldersResponse>.folderSummaryList(): Flow<FolderSummary>

This paginator transforms the flow returned by searchFoldersPaginated to access the nested member FolderSummary

Return

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