actorSummaries

@JvmName(name = "listActorsResponseActorSummary")
fun Flow<ListActorsResponse>.actorSummaries(): Flow<ActorSummary>

This paginator transforms the flow returned by listActorsPaginated to access the nested member ActorSummary

Return

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