contentSummaries

@JvmName(name = "listContentsResponseContentSummary")
fun Flow<ListContentsResponse>.contentSummaries(): Flow<ContentSummary>

This paginator transforms the flow returned by listContentsPaginated to access the nested member ContentSummary

Return

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


@JvmName(name = "searchContentResponseContentSummary")
fun Flow<SearchContentResponse>.contentSummaries(): Flow<ContentSummary>

This paginator transforms the flow returned by searchContentPaginated to access the nested member ContentSummary

Return

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