mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
1.1 KiB
1.1 KiB
Kombo::AssessmentOrderReceivedWebhookPayloadData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The unique identifier of the assessment order. | |
| package_id | String | The identifier of the assessment package. | |
| status | String | The current status of the assessment order. | |
| integration_id | String | The unique identifier of the integration. | |
| candidate | AssessmentOrderReceivedWebhookPayloadDataCandidate | ||
| application | AssessmentOrderReceivedWebhookPayloadDataApplication | ||
| job | AssessmentOrderReceivedWebhookPayloadDataJob |
Example
require 'kombo_client'
instance = Kombo::AssessmentOrderReceivedWebhookPayloadData.new(
id: null,
package_id: null,
status: null,
integration_id: null,
candidate: null,
application: null,
job: null
)