toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.storage
/
AuditEntry
Audit
Entry
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
?
)
Members
Constructors
Audit
Entry
Link copied to clipboard
constructor
(
time
:
Instant
,
eventReference
:
EventReference
,
reference
:
Int
,
actorType
:
Byte
,
actorReference
:
Int
?
,
actorExternalId
:
Long
?
,
params
:
String
,
extra
:
String
?
)
Properties
actor
External
Id
Link copied to clipboard
val
actorExternalId
:
Long
?
actor
Reference
Link copied to clipboard
val
actorReference
:
Int
?
actor
Type
Link copied to clipboard
val
actorType
:
Byte
event
Reference
Link copied to clipboard
val
eventReference
:
EventReference
extra
Link copied to clipboard
val
extra
:
String
?
params
Link copied to clipboard
val
params
:
String
reference
Link copied to clipboard
val
reference
:
Int
time
Link copied to clipboard
val
time
:
Instant