InputParameter¶
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
id | str | The ID of the parameter | |
code | str | The code of the parameter | |
required | bool | Indicates whether this parameter is required | |
multi_value | bool | Indicates whether multiple values are allowed for this parameter | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |