executions

@JvmName(name = "listExecutionsResponseExecutionSummary")
fun Flow<ListExecutionsResponse>.executions(): Flow<ExecutionSummary>

This paginator transforms the flow returned by listExecutionsPaginated to access the nested member ExecutionSummary

Return

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