trixnity-clientserverapi-model
3.7.1
common
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
val
actions
:
Set
<
PushAction
>
conditions
Link copied to clipboard
val
conditions
:
Set
<
PushCondition
>
pattern
Link copied to clipboard
val
pattern
:
String
?
=
null