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
/
Set
Set
@
Serializable
data
class
Set
(
val
appId
:
String
,
val
pushkey
:
String
,
val
kind
:
String
,
val
appDisplayName
:
String
,
val
deviceDisplayName
:
String
,
val
lang
:
String
,
val
data
:
PusherData
,
val
append
:
Boolean
?
=
null
,
val
profileTag
:
String
?
=
null
)
:
SetPushers.Request
Members
Constructors
Set
Link copied to clipboard
constructor
(
appId
:
String
,
pushkey
:
String
,
kind
:
String
,
appDisplayName
:
String
,
deviceDisplayName
:
String
,
lang
:
String
,
data
:
PusherData
,
append
:
Boolean
?
=
null
,
profileTag
:
String
?
=
null
)
Properties
app
Display
Name
Link copied to clipboard
@
SerialName
(
value
=
"app_display_name"
)
val
appDisplayName
:
String
append
Link copied to clipboard
@
SerialName
(
value
=
"append"
)
val
append
:
Boolean
?
app
Id
Link copied to clipboard
@
SerialName
(
value
=
"app_id"
)
open
override
val
appId
:
String
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
PusherData
device
Display
Name
Link copied to clipboard
@
SerialName
(
value
=
"device_display_name"
)
val
deviceDisplayName
:
String
kind
Link copied to clipboard
@
SerialName
(
value
=
"kind"
)
open
override
val
kind
:
String
lang
Link copied to clipboard
@
SerialName
(
value
=
"lang"
)
val
lang
:
String
profile
Tag
Link copied to clipboard
@
SerialName
(
value
=
"profile_tag"
)
val
profileTag
:
String
?
pushkey
Link copied to clipboard
@
SerialName
(
value
=
"pushkey"
)
open
override
val
pushkey
:
String