pubnub-kotlin-docs
Toggle table of contents
13.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.logging
/
LogMessageContent
/
Object
Object
jvm
data
class
Object
(
val
arguments
:
Map
<
String
,
Any
>
?
=
null
,
val
operation
:
String
?
=
null
)
:
LogMessageContent
Dictionary/object message for object type logs.
Members
Constructors
Object
Link copied to clipboard
jvm
constructor
(
arguments
:
Map
<
String
,
Any
>
?
=
null
,
operation
:
String
?
=
null
)
Properties
arguments
Link copied to clipboard
jvm
@
SerializedName
(
value
=
"arguments"
)
val
arguments
:
Map
<
String
,
Any
>
?
operation
Link copied to clipboard
jvm
@
SerializedName
(
value
=
"operation"
)
val
operation
:
String
?