UpdateTemplateVariableDto

Properties

NameTypeDescriptionNotes
labelStringHuman-readable label for the variable[optional] [default to null]
nameStringVariable name (used in template placeholders)[optional] [default to null]
namedColumnsBooleanWhether the variable uses named columns[optional] [default to false]
columnNamesListColumn names (for table-type variables)[optional] [default to null]
columnDataTypesListData types for each column[optional] [default to null]
typeStringVariable type[optional] [default to null]
dataTypeStringData type of the variable value[optional] [default to null]
dataOptionsTemplateVariableDataOptionsAdditional options for the data type[optional] [default to null]
currentValueBigDecimalCurrent value (used for autonumber counters)[optional] [default to null]
formatStringStringFormat string (used for autonumber formatting)[optional] [default to null]
optionalBooleanWhether the variable is optional[optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]