mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
1,013 B
1,013 B
Kombo::GetAssessmentOrdersOpenPositiveResponseDataResultsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The unique identifier of the assessment order. | |
| package_id | String | The identifier of the assessment package. | |
| candidate | GetAssessmentOrdersOpenPositiveResponseDataResultsInnerCandidate | ||
| application | GetAssessmentOrdersOpenPositiveResponseDataResultsInnerApplication | ||
| job | GetAssessmentOrdersOpenPositiveResponseDataResultsInnerJob |
Example
require 'kombo_client'
instance = Kombo::GetAssessmentOrdersOpenPositiveResponseDataResultsInner.new(
id: null,
package_id: null,
candidate: null,
application: null,
job: null
)