platformTags property

  1. @TagNumber(5)
List<String> platformTags

Platform tag constraints. When a robot requests its config, it uploads a platform and a list of platform tags. The platform is checked against platform above, and the tags are checked against this list.

Implementation

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