LongParameterInput

LongParameterInput is an input for the specification of a long parameter.

Table: LongParameterInput

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 21, 2025
defaultValuelong  PreviewAn optional default value for the parameter. If a default value is not present, the paremeter is required. If present, it must be between min and max, if they are specified.
maxlong  PreviewAn optional, inclusive maximum value for the parameter. If both min and max are specified, max must not be less than min.
minlong  PreviewAn optional, inclusive minimum value for the parameter. If both min and max are specified, min must not be greater than max.