incidentRecordSummaries

@JvmName(name = "listIncidentRecordsResponseIncidentRecordSummary")
fun Flow<ListIncidentRecordsResponse>.incidentRecordSummaries(): Flow<IncidentRecordSummary>

This paginator transforms the flow returned by listIncidentRecordsPaginated to access the nested member IncidentRecordSummary

Return

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