UpdateTemplateVariableDto
Properties
| Name | Type | Description | Notes |
|---|
| label | String | Human-readable label for the variable | [optional] [default to null] |
| name | String | Variable name (used in template placeholders) | [optional] [default to null] |
| namedColumns | Boolean | Whether the variable uses named columns | [optional] [default to false] |
| columnNames | List | Column names (for table-type variables) | [optional] [default to null] |
| columnDataTypes | List | Data types for each column | [optional] [default to null] |
| type | String | Variable type | [optional] [default to null] |
| dataType | String | Data type of the variable value | [optional] [default to null] |
| dataOptions | TemplateVariableDataOptions | Additional options for the data type | [optional] [default to null] |
| currentValue | BigDecimal | Current value (used for autonumber counters) | [optional] [default to null] |
| formatString | String | Format string (used for autonumber formatting) | [optional] [default to null] |
| optional | Boolean | Whether the variable is optional | [optional] [default to false] |
[Back to Model list] [Back to API list] [Back to README]