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