PythonFunctionArgument

A config class for python function arguments

KEY TYPE Description
variableType PythonFunctionArgumentType The type of the python function argument
name str The name of the python function variable
pipelineVariable str The name of the pipeline variable to use as the value
isRequired bool Whether the argument is required
value Any The value of the argument