trixnity-clientserverapi-model
3.7.1
common
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.push
/
PusherData
Pusher
Data
@
Serializable
(
with
=
PusherDataSerializer::class
)
data
class
PusherData
(
val
format
:
String
?
=
null
,
val
url
:
String
?
=
null
,
val
customFields
:
JsonObject
?
=
null
)
Members
Constructors
Pusher
Data
Link copied to clipboard
constructor
(
format
:
String
?
=
null
,
url
:
String
?
=
null
,
customFields
:
JsonObject
?
=
null
)
Properties
custom
Fields
Link copied to clipboard
val
customFields
:
JsonObject
?
=
null
format
Link copied to clipboard
val
format
:
String
?
=
null
url
Link copied to clipboard
val
url
:
String
?
=
null