libraryItems

@JvmName(name = "listLibraryItemsResponseLibraryItemMember")
fun Flow<ListLibraryItemsResponse>.libraryItems(): Flow<LibraryItemMember>

This paginator transforms the flow returned by listLibraryItemsPaginated to access the nested member LibraryItemMember

Return

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