Java class for ParamSetting complex type.
name | data type | constraints | description |
---|---|---|---|
description | string | Parameter settings description. | |
displayInPortal | boolean | Whether display in portal. | |
key | string | required | Key value. Required. |
Example
{ "paramSetting" : { "description" : "...", "displayInPortal" : true, "key" : "..." } }