regexes property

List<String>? regexes
getter/setter pair

RE2 regular expressions used to validate the parameter's value.

The value must match the regex in its entirety (substring matches are not sufficient).

Required.

Implementation

core.List<core.String>? regexes;