mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
1.3 KiB
1.3 KiB
Kombo::GetAiApplyPostingsPositiveResponseDataResultsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing. | |
| career_site | GetAiApplyPostingsPositiveResponseDataResultsInnerCareerSite | ||
| url | String | ||
| job_code | String | ||
| created_at | Time | YYYY-MM-DDTHH:mm:ss.sssZ | |
| updated_at | Time | YYYY-MM-DDTHH:mm:ss.sssZ | |
| archived_at | Time | The date and time the job posting was archived. You can only send applications if the job posting is not archived. | |
| archived_reason | String | ||
| availability | String | The status of the job posting. You can only send applications if the job posting is "APPLYABLE". |
Example
require 'kombo_client'
instance = Kombo::GetAiApplyPostingsPositiveResponseDataResultsInner.new(
id: null,
career_site: null,
url: null,
job_code: null,
created_at: null,
updated_at: null,
archived_at: null,
archived_reason: null,
availability: null
)