matchesPrefix property

List<String>? matchesPrefix
getter/setter pair

List of object name prefixes.

This condition will be satisfied when at least one of the prefixes exactly matches the beginning of the object name.

Implementation

core.List<core.String>? matchesPrefix;