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

3.1 KiB

Kombo::GetAiApplyUnifiedApiJobsPositiveResponseDataResultsInner

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.
remote_id String
name String
job_code String
description String
confidential Boolean
weekly_hours Float
category String
department String
post_url String
experience_level String
salary_amount Float
salary_amount_from Float
salary_amount_to Float
salary_currency String
custom_fields Object
integration_fields Array<Object>
opened_at Time
closed_at Time
remote_created_at Time
remote_updated_at Time
contact_id String
remote_data Object
changed_at Time
remote_deleted_at Time
remote_url String
stages Array<Object>
screening_questions Array<GetAiApplyUnifiedApiJobsPositiveResponseDataResultsInnerScreeningQuestionsInner>
job_postings Array<Object>
hiring_team Array<Object>
employment_type GetAiApplyUnifiedApiJobsPositiveResponseDataResultsInnerEmploymentType [optional]
status GetAtsJobsPositiveResponseDataResultsInnerStatus [optional]
visibility String
remote_work_status String
salary_period String
location GetAiApplyUnifiedApiJobsPositiveResponseDataResultsInnerLocation [optional]

Example

require 'kombo_client'

instance = Kombo::GetAiApplyUnifiedApiJobsPositiveResponseDataResultsInner.new(
  id: null,
  remote_id: null,
  name: null,
  job_code: null,
  description: null,
  confidential: null,
  weekly_hours: null,
  category: null,
  department: null,
  post_url: null,
  experience_level: null,
  salary_amount: null,
  salary_amount_from: null,
  salary_amount_to: null,
  salary_currency: null,
  custom_fields: null,
  integration_fields: null,
  opened_at: null,
  closed_at: null,
  remote_created_at: null,
  remote_updated_at: null,
  contact_id: null,
  remote_data: null,
  changed_at: null,
  remote_deleted_at: null,
  remote_url: null,
  stages: null,
  screening_questions: null,
  job_postings: null,
  hiring_team: null,
  employment_type: null,
  status: null,
  visibility: null,
  remote_work_status: null,
  salary_period: null,
  location: null
)