ruleType property

String? ruleType
getter/setter pair

The type of the rule. Possible string values are:

  • "RULE_TYPE_UNSPECIFIED" : Not specified.
  • "BASELINE" : Baseline rules
  • "CUSTOM" : Custom rules

Implementation

core.String? ruleType;