userType property

  1. @TagNumber.new(7)
USER_TYPE get userType

@mandatory

@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(2);
  1. @TagNumber.new(7)
set userType (USER_TYPE value)

Implementation

@$pb.TagNumber(7)
set userType(USER_TYPE value) => $_setField(7, value);