executions

@JvmName(name = "listExecutionsResponseExecution")
fun Flow<ListExecutionsResponse>.executions(): Flow<Execution>

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

Return

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