prefix property
The input string must have the prefix specified here.
.. note:: Empty prefix match is not allowed, please use safe_regex
instead. Examples: * abc
matches the value abc.xyz
Implementation
core.String? prefix;
The input string must have the prefix specified here.
.. note:: Empty prefix match is not allowed, please use safe_regex
instead. Examples: * abc
matches the value abc.xyz
core.String? prefix;