findings

@JvmName(name = "listImageScanFindingsResponseImageScanFinding")
fun Flow<ListImageScanFindingsResponse>.findings(): Flow<ImageScanFinding>

This paginator transforms the flow returned by listImageScanFindingsPaginated to access the nested member ImageScanFinding

Return

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