trixnity-clientserverapi-model
Toggle table of contents
4.14.1
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.push
/
SetPushRule
/
Request
Request
@
Serializable
data
class
Request
(
val
actions
:
Set
<
PushAction
>
,
val
conditions
:
Set
<
PushCondition
>
=
setOf()
,
val
pattern
:
String
?
=
null
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
actions
:
Set
<
PushAction
>
,
conditions
:
Set
<
PushCondition
>
=
setOf()
,
pattern
:
String
?
=
null
)
Properties
actions
Link copied to clipboard
@
SerialName
(
value
=
"actions"
)
val
actions
:
Set
<
PushAction
>
conditions
Link copied to clipboard
@
SerialName
(
value
=
"conditions"
)
val
conditions
:
Set
<
PushCondition
>
pattern
Link copied to clipboard
@
SerialName
(
value
=
"pattern"
)
val
pattern
:
String
?
=
null