CustomFieldMatrixColumnDto Data Type

Implemented Interfaces
Serializable
Properties
name data type constraints description
position number  
code string max size: 20, min size: 0
label string max size: 50, min size: 0
keyType CustomFieldMapKeyEnum  

Example

{
  "position" : 12345,
  "code" : "...",
  "label" : "...",
  "keyType" : "STRING"
}