Stores the user type
@$pb.TagNumber(7) USER_TYPE get userType => $_getN(1);
@$pb.TagNumber(7) set userType(USER_TYPE value) => $_setField(7, value);