status property
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;