userPermissions property
- @TagNumber(4)
user_permissions represents the map of Users to Permissions for this machine.
Implementation
@$pb.TagNumber(4)
$core.List<UserPermission> get userPermissions => $_getList(3);
user_permissions represents the map of Users to Permissions for this machine.
@$pb.TagNumber(4)
$core.List<UserPermission> get userPermissions => $_getList(3);