PolicyVariableValueColumnValue interface
The name value tuple for this variable value column.
Properties
| column |
Column name for the variable value |
| column |
Column value for the variable value; this can be an integer, double, boolean, null or a string. |
Property Details
columnName
Column name for the variable value
columnName: string
Property Value
string
columnValue
Column value for the variable value; this can be an integer, double, boolean, null or a string.
columnValue: any
Property Value
any