mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
839 B
839 B
Kombo::GetAiApplyApplicationsPositiveResponseDataResultsInner
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. | |
| job_posting_id | String | The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing. | |
| status | String | ||
| created_at | Time | YYYY-MM-DDTHH:mm:ss.sssZ | |
| updated_at | Time | YYYY-MM-DDTHH:mm:ss.sssZ |
Example
require 'kombo_client'
instance = Kombo::GetAiApplyApplicationsPositiveResponseDataResultsInner.new(
id: null,
job_posting_id: null,
status: null,
created_at: null,
updated_at: null
)