flowSummaryList

@JvmName(name = "listFlowsResponseFlowSummary")
fun Flow<ListFlowsResponse>.flowSummaryList(): Flow<FlowSummary>

This paginator transforms the flow returned by listFlowsPaginated to access the nested member FlowSummary

Return

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


@JvmName(name = "searchFlowsResponseFlowSummary")
fun Flow<SearchFlowsResponse>.flowSummaryList(): Flow<FlowSummary>

This paginator transforms the flow returned by searchFlowsPaginated to access the nested member FlowSummary

Return

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