cacheReportList

@JvmName(name = "listCacheReportsResponseCacheReportInfo")
fun Flow<ListCacheReportsResponse>.cacheReportList(): Flow<CacheReportInfo>

This paginator transforms the flow returned by listCacheReportsPaginated to access the nested member CacheReportInfo

Return

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