analysisSummaryList

@JvmName(name = "listAnalysesResponseAnalysisSummary")
fun Flow<ListAnalysesResponse>.analysisSummaryList(): Flow<AnalysisSummary>

This paginator transforms the flow returned by listAnalysesPaginated to access the nested member AnalysisSummary

Return

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


@JvmName(name = "searchAnalysesResponseAnalysisSummary")
fun Flow<SearchAnalysesResponse>.analysisSummaryList(): Flow<AnalysisSummary>

This paginator transforms the flow returned by searchAnalysesPaginated to access the nested member AnalysisSummary

Return

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