Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 776 Bytes

File metadata and controls

15 lines (10 loc) · 776 Bytes

EmployeeList

Properties

Name Type Description Notes
id str A unique identifier for an object. [optional] [readonly]
first_name str, none_type The first name of the person. [optional]
last_name str, none_type The last name of the person. [optional]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]

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