tags property
- @TagNumber(3)
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);