Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1001 Bytes

EmployeeManager.md

File metadata and controls

17 lines (12 loc) · 1001 Bytes

EmployeeManager

Properties

Name Type Description Notes
id str, none_type A unique identifier for an object. [optional]
name str, none_type The name of the manager, often a combination of their first and last names. [optional]
first_name str, none_type The first name of the person. [optional]
last_name str, none_type The last name of the person. [optional]
email str, none_type The email address of the manager. [optional]
employment_status EmploymentStatus [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]