toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_handler
/
NotificationPolicy
Notification
Policy
@
JsonClass
(
generateAdapter
=
true
)
data
class
NotificationPolicy
(
@
Json
(
name
=
"filters"
)
val
filters
:
Filters
?
,
@
Json
(
name
=
"send_notification"
)
val
sendNotification
:
Int
?
)
Members
Constructors
Notification
Policy
Link copied to clipboard
constructor
(
@
Json
(
name
=
"filters"
)
filters
:
Filters
?
,
@
Json
(
name
=
"send_notification"
)
sendNotification
:
Int
?
)
Properties
filters
Link copied to clipboard
val
filters
:
Filters
?
send
Notification
Link copied to clipboard
val
sendNotification
:
Int
?