RecordEvent

data class RecordEvent(val comment: String? = null, val op: RecordEventOp, 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.

Constructors

Link copied to clipboard
constructor(comment: String? = null, op: RecordEventOp, cid: Cid? = null, timestamp: Timestamp)

Properties

Link copied to clipboard
val cid: Cid?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard