customRules property

List<CustomRule>? customRules
getter/setter pair

The custom rules of the dynamic feed, only applicable when rule type is CUSTOM.

Optional.

Implementation

core.List<CustomRule>? customRules;