trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.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
?