name | data type | description |
---|---|---|
rbKeyDescription | string | |
rbKeyLabel | string | |
itemId | number | |
label | string | |
name | string | |
dataMaskOptions | map of string | |
transformer | string | |
description | string |
Example
{ "rbKeyDescription" : "...", "rbKeyLabel" : "...", "itemId" : 12345, "label" : "...", "name" : "...", "dataMaskOptions" : { "property1" : "...", "property2" : "..." }, "transformer" : "...", "description" : "..." }