Custom

data class Custom(val key: String, val description: String) : MarkReason

A consumer-defined reason, carrying its own machine key and human description.

Constructors

Link copied to clipboard
constructor(key: String, description: String)

Properties

Link copied to clipboard

Human-readable explanation of the reason.

Link copied to clipboard
open override val key: String

Stable machine label supplied by the consumer.