findings

@JvmName(name = "listFindingsResponseFinding")
fun Flow<ListFindingsResponse>.findings(): Flow<Finding>

This paginator transforms the flow returned by listFindingsPaginated to access the nested member Finding

Return

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