matchesSuffix property

List<String>? matchesSuffix
getter/setter pair

List of object name suffixes.

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

Implementation

core.List<core.String>? matchesSuffix;