The JobInterviewStage Object ### Description The JobInterviewStage object is used to represent the stage of an interview ### Usage Example Fetch from the LIST JobInterviewStages endpoint and view the job interview stages used by a company.
| 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 stage's name. | [optional] |
| job | str, none_type | If stages are specific to a job, this is the job that this stage belongs to. | [optional] |
| remote_data | [RemoteData], none_type | [optional] [readonly] |