trixnity-clientserverapi-model
3.6.1
common
trixnity-clientserverapi-model
/
net.folivo.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
val
devices
:
List
<
GetPushers.Response.Pusher
>