records

@JvmName(name = "getFindingHistoryResponseFindingHistoryRecord")
fun Flow<GetFindingHistoryResponse>.records(): Flow<FindingHistoryRecord>

This paginator transforms the flow returned by getFindingHistoryPaginated to access the nested member FindingHistoryRecord

Return

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