...
uniqueName* – Unique name of the Model Class. It is used in Model Object to reference the Model Class they instantiate. Note that you can modify the uniqueName, but the references will not be updated automatically.
label – Human readable name of the Model Class, displayed to the users, when they select which Model Class they want to use for creating a new Model Object.
definition – Defines how the Model Class instances will look and behave. It stores definitions of Calculations, Steps and Evaluations in a JSON text format.
workflowFormulaName – Name of the workflow logic (with workflowType = “model”) which is responsible for building the approval workflow steps when the user clicks Submit. If not set, then the workflow feature is disabled for those Model Objects.
moduleCategoryUN - which Module Category should display a list of Models which are based on this Model Class.
Definition
Model Class Definition defines how the Model Class instances will look and behave.
...