coveredResources

@JvmName(name = "listCoverageResponseCoveredResource")
fun Flow<ListCoverageResponse>.coveredResources(): Flow<CoveredResource>

This paginator transforms the flow returned by listCoveragePaginated to access the nested member CoveredResource

Return

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