rulesetId property

String get rulesetId

ID of the Ruleset this rule belongs to. For a rule originating from the set of dynamic rules, this will be equal to DYNAMIC_RULESET_ID.

Implementation

String get rulesetId => _wrapped.rulesetId;
set rulesetId (String v)

Implementation

set rulesetId(String v) {
  _wrapped.rulesetId = v;
}