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

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
)