DataMatchFieldState

data class DataMatchFieldState(val fieldType: DataMatchFieldType, val state: DataMatchState)

Represents the state of the field in the data match.

Constructors

Link copied to clipboard
constructor(fieldType: DataMatchFieldType, state: DataMatchState)

Properties

Link copied to clipboard

The type of the field.

Link copied to clipboard

The state of the field.