rules property

  1. @TagNumber.new(3)
PbList<DocumentationRule> get rules

A list of documentation rules that apply to individual API elements.

NOTE: All service configuration rules follow "last one wins" order.

Implementation

@$pb.TagNumber(3)
$pb.PbList<DocumentationRule> get rules => $_getList(2);