findingAggregators

@JvmName(name = "listFindingAggregatorsResponseFindingAggregator")
fun Flow<ListFindingAggregatorsResponse>.findingAggregators(): Flow<FindingAggregator>

This paginator transforms the flow returned by listFindingAggregatorsPaginated to access the nested member FindingAggregator

Return

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