rules property
List of rules to match.
Note that at least one of the rules must match in order for the action
specified in the 'action' field to be taken. A rule is a match if there is
a matching source and destination. If left blank, the action specified in
the action
field will be applied on every request.
Optional.
Implementation
core.List<Rule>? rules;