mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
914 B
914 B
Kombo::AssessmentOrderReceivedWebhookPayloadDataJob
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| remote_id | String | The job's identifier in the integrated system. | [optional] |
| name | String | The job title. | [optional] |
| location | AssessmentOrderReceivedWebhookPayloadDataJobLocation | [optional] | |
| hiring_team | Array<AssessmentOrderReceivedWebhookPayloadDataJobHiringTeamInner> | The hiring team allows you to sync users into your system who can access the job and its applications. |
Example
require 'kombo_client'
instance = Kombo::AssessmentOrderReceivedWebhookPayloadDataJob.new(
remote_id: null,
name: null,
location: null,
hiring_team: null
)