status property

String? status
getter/setter pair

Employee status, such as DELETED or ENABLED.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : Employee is not removed, and employee status is active.
  • "REMOVED" : Employee is removed. Used to delete an employee from the business.

Implementation

core.String? status;