executions

@JvmName(name = "listExecutionsResponseExecutionListItem")
fun Flow<ListExecutionsResponse>.executions(): Flow<ExecutionListItem>

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

Return

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