ProcessIndicator

@Serializable
data class ProcessIndicator(val name: String, val type: IndicatorType, val result: IndicatorResult)

Represents an indicator of a specific check or step during a document processing flow.

Constructors

Link copied to clipboard
constructor(name: String, type: IndicatorType, result: IndicatorResult)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard