scans

@JvmName(name = "listCisScansResponseCisScan")
fun Flow<ListCisScansResponse>.scans(): Flow<CisScan>

This paginator transforms the flow returned by listCisScansPaginated to access the nested member CisScan

Return

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