ParameterSpecificationInput
is used to input data for the specification of a parameter.
Table: ParameterSpecificationInput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 19, 2024 | |||||
defaultValue | [string] | yes | Preview | Defines a default value of the parameter. | |
maxlong | long | Preview | Restricts the largest allowed value for parameters of type Long. | ||
minlong | long | Preview | Restricts the smallest allowed value for parameters of type Long. | ||
maxDouble | float | Preview | Restricts the largest allowed value for parameters of type Double. | ||
minDouble | float | Preview | Restricts the smallest allowed value for parameters of type Double. | ||
minLength | integer | Preview | Restricts the minimum number of allowed elements for parameters of type Array. | ||
name | string | yes | Preview | The name of the parameter. | |
parameterType | ParameterTypeEnum | yes | Preview | The type of the parameter. See ParameterTypeEnum . |