toggle menu
trixnity-clientserverapi-model
4.7.2
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.push
/
SetPushers
/
Request
Request
@
Serializable
data
class
Request
(
val
appDisplayName
:
String
,
val
appId
:
String
,
val
append
:
Boolean
?
=
null
,
val
data
:
PusherData
,
val
deviceDisplayName
:
String
,
val
kind
:
String
?
=
null
,
val
lang
:
String
,
val
profileTag
:
String
?
=
null
,
val
pushkey
:
String
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
appDisplayName
:
String
,
appId
:
String
,
append
:
Boolean
?
=
null
,
data
:
PusherData
,
deviceDisplayName
:
String
,
kind
:
String
?
=
null
,
lang
:
String
,
profileTag
:
String
?
=
null
,
pushkey
:
String
)
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
?
=
null
app
Id
Link copied to clipboard
@
SerialName
(
value
=
"app_id"
)
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"
)
val
kind
:
String
?
=
null
lang
Link copied to clipboard
@
SerialName
(
value
=
"lang"
)
val
lang
:
String
profile
Tag
Link copied to clipboard
@
SerialName
(
value
=
"profile_tag"
)
val
profileTag
:
String
?
=
null
pushkey
Link copied to clipboard
@
SerialName
(
value
=
"pushkey"
)
val
pushkey
:
String