topicSummaryList

@JvmName(name = "listTopicsV2ResponseTopicV2Summary")
fun Flow<ListTopicsV2Response>.topicSummaryList(): Flow<TopicV2Summary>

This paginator transforms the flow returned by listTopicsV2Paginated to access the nested member TopicV2Summary

Return

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


@JvmName(name = "searchTopicsResponseTopicSummary")
fun Flow<SearchTopicsResponse>.topicSummaryList(): Flow<TopicSummary>

This paginator transforms the flow returned by searchTopicsPaginated to access the nested member TopicSummary

Return

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


@JvmName(name = "searchTopicsV2ResponseTopicV2Summary")
fun Flow<SearchTopicsV2Response>.topicSummaryList(): Flow<TopicV2Summary>

This paginator transforms the flow returned by searchTopicsV2Paginated to access the nested member TopicV2Summary

Return

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