toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_handler
/
EventPolicy
Event
Policy
@
JsonClass
(
generateAdapter
=
true
)
data
class
EventPolicy
(
@
Json
(
name
=
"filters"
)
val
filters
:
Filters
?
,
@
Json
(
name
=
"store_event"
)
val
storeEvent
:
Int
?
,
@
Json
(
name
=
"wait_saving"
)
val
waitSaving
:
Int
?
)
Members
Constructors
Event
Policy
Link copied to clipboard
constructor
(
@
Json
(
name
=
"filters"
)
filters
:
Filters
?
,
@
Json
(
name
=
"store_event"
)
storeEvent
:
Int
?
,
@
Json
(
name
=
"wait_saving"
)
waitSaving
:
Int
?
)
Properties
filters
Link copied to clipboard
val
filters
:
Filters
?
store
Event
Link copied to clipboard
val
storeEvent
:
Int
?
wait
Saving
Link copied to clipboard
val
waitSaving
:
Int
?