actSummaries

@JvmName(name = "listActsResponseActSummary")
fun Flow<ListActsResponse>.actSummaries(): Flow<ActSummary>

This paginator transforms the flow returned by listActsPaginated to access the nested member ActSummary

Return

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