Params

@JsonSerializable
data class Params(val id: TaskId, val historyLength: Int? = null, val tenant: Tenant? = null)(source)

Constructors

Link copied to clipboard
constructor(id: TaskId, historyLength: Int? = null, tenant: Tenant? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: TaskId
Link copied to clipboard