LoggingRequest

data class LoggingRequest(val hashedId: String, val timestamp: String, val version: Int, val event: Map<String, Any>)

Constructors

Link copied to clipboard
constructor(hashedId: String, timestamp: String, version: Int, event: Map<String, Any>)

Properties

Link copied to clipboard
@SerializedName(value = "event")
val event: Map<String, Any>
Link copied to clipboard
@SerializedName(value = "hashedID")
val hashedId: String
Link copied to clipboard
@SerializedName(value = "timestamp")
val timestamp: String
Link copied to clipboard
@SerializedName(value = "version")
val version: Int