Object

data class Object(val arguments: Map<String, Any>? = null, val operation: String? = null) : LogMessageContent

Dictionary/object message for object type logs.

Constructors

Link copied to clipboard
constructor(arguments: Map<String, Any>? = null, operation: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "arguments")
val arguments: Map<String, Any>?
Link copied to clipboard
@SerializedName(value = "operation")
val operation: String?