tags property

  1. @TagNumber(19)
List<StringPair> tags

Arbitrary annotations for the build. One key may have multiple values, which is why this is not a map<string,string>. Indexed by the server, see also BuildPredicate.tags.

Implementation

@$pb.TagNumber(19)
$core.List<$3.StringPair> get tags => $_getList(14);