PolicyVariableValueColumnValue Class

The name value tuple for this variable value column.

Constructor

PolicyVariableValueColumnValue(*args: Any, **kwargs: Any)

Variables

Name Description
column_name
str

Column name for the variable value. Required.

column_value
any

Column value for the variable value; this can be an integer, double, boolean, null or a string. Required.

Attributes

column_name

Column name for the variable value. Required.

column_name: str

column_value

Column value for the variable value; this can be an integer, double, boolean, null or a string. Required.

column_value: Any