reports

@JvmName(name = "listReportsResponseReportSummary")
fun Flow<ListReportsResponse>.reports(): Flow<ReportSummary>

This paginator transforms the flow returned by listReportsPaginated to access the nested member ReportSummary

Return

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