Parameter
Properties
| Name | Type | Description | Notes |
| name | str | The name of the parameter | |
| description | str | Natural language description of parameter | |
| type | str | The parameter's type | [optional] |
| default_value | Object | The parameter's default value. Type depends on the parameter's type. | [optional] |
| minimum | Object | The parameter's minimum allowed value. Type depends on the parameter's type. | [optional] |
| maximum | Object | The parameter's maximum allowed value. Type depends on the parameter's type. | [optional] |
| choices | list[Object] | An array of choices available for a parameter of type ChoiceParameter | [optional] |
[Back to Model list] [Back to API list] [Back to README]