items

@JvmName(name = "listPlanExecutionEventsResponseExecutionEvent")
fun Flow<ListPlanExecutionEventsResponse>.items(): Flow<ExecutionEvent>

This paginator transforms the flow returned by listPlanExecutionEventsPaginated to access the nested member ExecutionEvent

Return

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


@JvmName(name = "listPlanExecutionsResponseAbbreviatedExecution")
fun Flow<ListPlanExecutionsResponse>.items(): Flow<AbbreviatedExecution>

This paginator transforms the flow returned by listPlanExecutionsPaginated to access the nested member AbbreviatedExecution

Return

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