Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.33 KB

HrisJob.md

File metadata and controls

21 lines (16 loc) · 1.33 KB

HrisJob

Properties

Name Type Description Notes
id str, none_type A unique identifier for an object. [optional] [readonly]
employee_id str, none_type Id of the employee [optional]
title str, none_type The job title of the person. [optional]
start_date date, none_type [optional]
end_date date, none_type [optional]
employment_status EmploymentStatus [optional]
department str, none_type Department name [optional]
is_primary bool, none_type Indicates whether this the employee's primary job. [optional]
location HrisJobLocation [optional]
custom_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]
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]