codeReviewSummaries

@JvmName(name = "listCodeReviewsResponseCodeReviewSummary")
fun Flow<ListCodeReviewsResponse>.codeReviewSummaries(): Flow<CodeReviewSummary>

This paginator transforms the flow returned by listCodeReviewsPaginated to access the nested member CodeReviewSummary

Return

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