triggerHistory

@JvmName(name = "getScheduledQueryHistoryResponseTriggerHistoryRecord")
fun Flow<GetScheduledQueryHistoryResponse>.triggerHistory(): Flow<TriggerHistoryRecord>

This paginator transforms the flow returned by getScheduledQueryHistoryPaginated to access the nested member TriggerHistoryRecord

Return

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