systemSummaries

@JvmName(name = "listSystemsResponseSystemSummary")
fun Flow<ListSystemsResponse>.systemSummaries(): Flow<SystemSummary>

This paginator transforms the flow returned by listSystemsPaginated to access the nested member SystemSummary

Return

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