type property

String? type
getter/setter pair

Employee type.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "BUSINESS_OWNER" : Represents the owner of the business.
  • "EMPLOYEE" : Represents an employee of the business.

Implementation

core.String? type;