tags property

  1. @TagNumber(3)
List<String> tags

additional tags for specific hardware or software that's present and may affect software selection ex: "jetson", "rpi4", "systemd", etc.

Implementation

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