AnalysisParameterInput¶
Supports multi-value parameters, only one of attributes 'value' or 'multiValue' must be provided
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
code | str | [optional] | |
value | str, none_type | The value for single-value parameters. | [optional] |
multi_value | [str, none_type], none_type | The values for multi-value parameters. | [optional] |
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] |