rules property

List<Rule>? rules
getter/setter pair

Rules within Channel Grouping.

There is a limit of 100 rules that can be set per channel grouping.

Implementation

core.List<Rule>? rules;