mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
781 B
781 B
Kombo::AiApplyApplicationStatusUpdatedWebhookPayloadData
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 | ||
| updated_at | Time |
Example
require 'kombo_client'
instance = Kombo::AiApplyApplicationStatusUpdatedWebhookPayloadData.new(
id: null,
job_posting_id: null,
status: null,
created_at: null,
updated_at: null
)