solutions

@JvmName(name = "listSolutionsResponseSolutionSummary")
fun Flow<ListSolutionsResponse>.solutions(): Flow<SolutionSummary>

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

Return

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