userType property
@optional
@description The categorical classification of the user entity determining their system scope and behavioral rules.
@example USER_TYPE_EMPLOYEE
Implementation
@$pb.TagNumber(7)
USER_TYPE get userType => $_getN(1);
Implementation
@$pb.TagNumber(7)
set userType(USER_TYPE value) => $_setField(7, value);