The Job Object ### Description The Job object is used to represent a Job offering at a company. ### Usage Example Fetch from the LIST Jobs endpoint to show all job postings.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | [optional] [readonly] | |
| remote_id | str, none_type | The third-party API ID of the matching object. | [optional] |
| name | str, none_type | The job's name. | [optional] |
| description | str, none_type | The job's description. | [optional] |
| status | object, none_type | The job's status. | [optional] |
| remote_created_at | datetime, none_type | When the third party's job was created. | [optional] |
| remote_updated_at | datetime, none_type | When the third party's job was updated. | [optional] |
| confidential | bool, none_type | Whether the job is confidential. | [optional] |
| departments | [str] | [optional] | |
| offices | [str] | [optional] | |
| hiring_managers | [str] | [optional] | |
| remote_data | [RemoteData], none_type | [optional] [readonly] |