ParameterSpecificationOutput is a datatype for the specification of a parameter.

Table: ParameterSpecificationOutput

ParameterTypeRequiredDefaultDescription
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 27, 2024
defaultValue[string]yes Defines a default value of the parameter.
maxDoublefloat  Restricts the largest allowed value for parameters of type, double.
maxlonglong  Restricts the largest allowed value for parameters of type, long.
minDoublefloat  Restricts the smallest allowed value for parameters of type, double.
minLengthinteger  Restricts the minimum number of allowed elements for parameters of type, array.
minlonglong  Restricts the smallest allowed value for parameters of type, long.
namestringyes The name of the parameter.
parameterTypeParameterTypeEnumyes The type of the parameter. See ParameterTypeEnum.