enumFilterType property

String? enumFilterType
getter/setter pair

Whether to include or exclude the enums matching the regex. Possible string values are:

  • "DEFAULT_INCLUSIVE"
  • "EXCLUSIVE"

Implementation

core.String? enumFilterType;