taskExecutions

@JvmName(name = "listTaskExecutionsResponseTaskExecutionListEntry")
fun Flow<ListTaskExecutionsResponse>.taskExecutions(): Flow<TaskExecutionListEntry>

This paginator transforms the flow returned by listTaskExecutionsPaginated to access the nested member TaskExecutionListEntry

Return

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