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