executions

@JvmName(name = "listExecutionsResponseListedExecution")
fun Flow<ListExecutionsResponse>.executions(): Flow<ListedExecution>

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

Return

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