DataMatchResult

class DataMatchResult(val statePerField: Array<DataMatchFieldState>)

Represents the result of the data match.

Constructors

Link copied to clipboard
constructor(statePerField: Array<DataMatchFieldState>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data match state of each field.

Functions

Link copied to clipboard

Returns the state of the field with the provided type.