kombo-ruby-sdk/docs/GetAiApplyPostingsPositiveResponseDataResultsInner.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

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
)