Session Event DTO
data class SessionEventDTO(val eventType: String, val transactionShort: TransactionShort?, val exception: AxerException?, val logLine: LogLine?)
Constructors
Link copied to clipboard
constructor(eventType: String, transactionShort: TransactionShort?, exception: AxerException?, logLine: LogLine?)