ParameterSpecificationOutput is a datatype for the specification of a parameter.

Table: ParameterSpecificationOutput

ParameterTypeRequiredDefaultStabilityDescription
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: Oct 15, 2025
defaultValue[string]  PreviewDefines a default value of the parameter.
maxDoublefloat  PreviewRestricts the largest allowed value for parameters of type, double.
maxlonglong  PreviewRestricts the largest allowed value for parameters of type, long.
minDoublefloat  PreviewRestricts the smallest allowed value for parameters of type, double.
minLengthinteger  PreviewRestricts the minimum number of allowed elements for parameters of type, array.
minlonglong  PreviewRestricts the smallest allowed value for parameters of type, long.
namestringyes PreviewThe name of the parameter.
parameterTypeParameterTypeEnumyes PreviewThe type of the parameter. See ParameterTypeEnum.