pentestSummaries

@JvmName(name = "listPentestsResponsePentestSummary")
fun Flow<ListPentestsResponse>.pentestSummaries(): Flow<PentestSummary>

This paginator transforms the flow returned by listPentestsPaginated to access the nested member PentestSummary

Return

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