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
/
GetPushers
/
Response
Response
@
Serializable
data
class
Response
(
val
devices
:
List
<
GetPushers.Response.Pusher
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
devices
:
List
<
GetPushers.Response.Pusher
>
)
Types
Pusher
Link copied to clipboard
@
Serializable
data
class
Pusher
(
val
appDisplayName
:
String
,
val
appId
:
String
,
val
data
:
PusherData
,
val
deviceDisplayName
:
String
,
val
kind
:
String
,
val
lang
:
String
,
val
profileTag
:
String
?
=
null
,
val
pushkey
:
String
)
Properties
devices
Link copied to clipboard
@
SerialName
(
value
=
"pushers"
)
val
devices
:
List
<
GetPushers.Response.Pusher
>