StringParameterConstraints
Home > @gooddata/sdk-code-schemas > v1 > StringParameterConstraints
v1.StringParameterConstraints interface
Optional restrictions the parameter value must satisfy. Length bounds and 'allowedValues' are mutually exclusive.
Signature:
export interface StringParameterConstraints
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) When present, the parameter value must equal one of the listed values. | |||
|
number |
(Optional) The longest accepted value length, inclusive. | ||
|
number |
(Optional) The shortest accepted value length, inclusive. |