actionSummaries

@JvmName(name = "listActionsResponseActionSummary")
fun Flow<ListActionsResponse>.actionSummaries(): Flow<ActionSummary>

This paginator transforms the flow returned by listActionsPaginated to access the nested member ActionSummary

Return

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