AuditEntry

data class AuditEntry(val time: Instant, val eventReference: EventReference, val reference: Int, val actorType: Byte, val actorReference: Int?, val actorExternalId: Long?, val params: String, val extra: String?)

Constructors

Link copied to clipboard
constructor(time: Instant, eventReference: EventReference, reference: Int, actorType: Byte, actorReference: Int?, actorExternalId: Long?, params: String, extra: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: Instant