LogListRequest

data class LogListRequest(val eventList: List<LoggingRequest>)

Constructors

Link copied to clipboard
constructor(eventList: List<LoggingRequest>)

Properties

Link copied to clipboard
@SerializedName(value = "logRequestList")
val eventList: List<LoggingRequest>