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
/
SetPushers
/
Request
/
Remove
Remove
@
Serializable
data
class
Remove
(
val
appId
:
String
,
val
pushkey
:
String
)
:
SetPushers.Request
Members
Constructors
Remove
Link copied to clipboard
constructor
(
appId
:
String
,
pushkey
:
String
)
Properties
app
Id
Link copied to clipboard
@
SerialName
(
value
=
"app_id"
)
open
override
val
appId
:
String
kind
Link copied to clipboard
@
SerialName
(
value
=
"kind"
)
open
override
val
kind
:
String
?
=
null
pushkey
Link copied to clipboard
@
SerialName
(
value
=
"pushkey"
)
open
override
val
pushkey
:
String