toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk
/
KlerkSettings
Klerk
Settings
data
class
KlerkSettings
(
val
requireEventParamsValidation
:
Boolean
=
true
,
val
requireAnyValidation
:
Boolean
=
true
,
val
eraseAuditLogAfterModelDeletion
:
Duration
?
=
null
,
val
allowUnsafeOperations
:
Boolean
=
false
)
Members
Constructors
Klerk
Settings
Link copied to clipboard
constructor
(
requireEventParamsValidation
:
Boolean
=
true
,
requireAnyValidation
:
Boolean
=
true
,
eraseAuditLogAfterModelDeletion
:
Duration
?
=
null
,
allowUnsafeOperations
:
Boolean
=
false
)
Properties
allow
Unsafe
Operations
Link copied to clipboard
val
allowUnsafeOperations
:
Boolean
=
false
erase
Audit
Log
After
Model
Deletion
Link copied to clipboard
val
eraseAuditLogAfterModelDeletion
:
Duration
?
=
null
require
Any
Validation
Link copied to clipboard
val
requireAnyValidation
:
Boolean
=
true
require
Event
Params
Validation
Link copied to clipboard
val
requireEventParamsValidation
:
Boolean
=
true