Record Event
data class RecordEvent(val comment: String? = null, val op: Op, val cid: Cid? = null, val timestamp: Timestamp)
Logs lifecycle event on a record subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.