Class RegexValidation (5.1.0)

RegexValidation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Validation based on regular expressions.

Attribute

NameDescription
regexes MutableSequence[str]
Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).