A config class for python function arguments
| KEY | TYPE | Description |
|---|---|---|
| value | Any | The value of the argument |
| name | str | The name of the python function variable |
| isRequired | bool | Whether the argument is required |
| description | str | The description of the argument |
| pipelineVariable | str | The name of the pipeline variable to use as the value |
| variableType | PythonFunctionArgumentType | The type of the python function argument |
| itemType | str | Type of items when variable_type is LIST |