findings

@JvmName(name = "getFindingsResponseFinding")
fun Flow<GetFindingsResponse>.findings(): Flow<Finding>

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

Return

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