Dockware Scan
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core.api.models
/
EventLog
Event
Log
data
class
EventLog
(
val
createdAt
:
String
,
val
parameter
:
String
,
val
oldValue
:
String
?
,
val
newValue
:
String
,
val
sequence
:
String
)
Members
Constructors
Event
Log
Link copied to clipboard
constructor
(
createdAt
:
String
,
parameter
:
String
,
oldValue
:
String
?
,
newValue
:
String
,
sequence
:
String
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
String
label
Link copied to clipboard
val
label
:
String
new
Value
Link copied to clipboard
val
newValue
:
String
old
Value
Link copied to clipboard
val
oldValue
:
String
?
parameter
Link copied to clipboard
val
parameter
:
String
sequence
Link copied to clipboard
val
sequence
:
String