solutionSummaries

@JvmName(name = "listSolutionsResponseSolutionBase")
fun Flow<ListSolutionsResponse>.solutionSummaries(): Flow<SolutionBase>

This paginator transforms the flow returned by listSolutionsPaginated to access the nested member SolutionBase

Return

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