pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-api
/
com.pubnub.api.models.consumer.pubsub.objects
/
ObjectPayload
Object
Payload
data
class
ObjectPayload
(
val
source
:
String
,
val
version
:
String
,
val
event
:
String
,
val
type
:
String
,
val
data
:
JsonElement
)
Members
Constructors
Object
Payload
Link copied to clipboard
constructor
(
source
:
String
,
version
:
String
,
event
:
String
,
type
:
String
,
data
:
JsonElement
)
Properties
data
Link copied to clipboard
val
data
:
JsonElement
event
Link copied to clipboard
val
event
:
String
source
Link copied to clipboard
val
source
:
String
type
Link copied to clipboard
val
type
:
String
version
Link copied to clipboard
val
version
:
String