rules property

  1. @TagNumber.new(10)
PbList<PolicyRule> get rules

A list of rules that specify the behavior of the Policy. All of the rules should be of the kind specified in the Policy.

Implementation

@$pb.TagNumber(10)
$pb.PbList<PolicyRule> get rules => $_getList(9);