name | data type | description |
---|---|---|
rbKeyValidationMessage | string | |
rbKeyLabel | string | |
mandatory | boolean | |
description | string | |
subType | string | |
validationMessage | string | |
validationRegEx | string | |
label | string | |
type | string | |
rbKeyDescription | string | |
defaultValue | string | |
name | string | |
uiHint | string | |
itemId | number |
Example
{ "rbKeyValidationMessage" : "...", "rbKeyLabel" : "...", "mandatory" : true, "description" : "...", "subType" : "...", "validationMessage" : "...", "validationRegEx" : "...", "label" : "...", "type" : "...", "rbKeyDescription" : "...", "defaultValue" : "...", "name" : "...", "uiHint" : "...", "itemId" : 12345 }