executions

@JvmName(name = "listExecutionsResponseExecutionReference")
fun Flow<ListExecutionsResponse>.executions(): Flow<ExecutionReference>

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

Return

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