records

@JvmName(name = "listJournalRecordsResponseJournalRecord")
fun Flow<ListJournalRecordsResponse>.records(): Flow<JournalRecord>

This paginator transforms the flow returned by listJournalRecordsPaginated to access the nested member JournalRecord

Return

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