tags property

  1. @TagNumber(2)
List<String> get tags

Tags are used to match documents if type is UNSPECIFIED or MATCH_BY_OR.

Implementation

@$pb.TagNumber(2)
$core.List<$core.String> get tags => $_getList(1);