HistoryRequest

@Serializable
class HistoryRequest(val output: Boolean, val raw: Boolean, val hist_access_type: String, val session: Int? = null, val start: Int? = null, val stop: Int? = null, val n: Int? = null, val pattern: String? = null, val unique: Boolean? = null) : AbstractMessageContent

Constructors

Link copied to clipboard
constructor(output: Boolean, raw: Boolean, hist_access_type: String, session: Int? = null, start: Int? = null, stop: Int? = null, n: Int? = null, pattern: String? = null, unique: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val n: Int? = null
Link copied to clipboard
Link copied to clipboard
val pattern: String? = null
Link copied to clipboard
Link copied to clipboard
val session: Int? = null
Link copied to clipboard
val start: Int? = null
Link copied to clipboard
val stop: Int? = null
Link copied to clipboard
val unique: Boolean? = null