Share via


PolicyVariableValueColumnValue interface

The name value tuple for this variable value column.

Properties

columnName

Column name for the variable value

columnValue

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