CustomFieldMatrixColumnDto Data Type

The Class CustomFieldMatrixColumnDto.

Implemented Interfaces
Serializable
Properties
name data type constraints description
columnUse CustomFieldColumnUseEnum   The column use.
position number   The position.
code string max size: 20, min size: 0 The code.
label string max size: 50, min size: 0 The label.
keyType CustomFieldMapKeyEnum   The key type.

Example

{
  "columnUse" : "USE_VALUE",
  "position" : 12345,
  "code" : "...",
  "label" : "...",
  "keyType" : "LONG"
}