mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
561 B
561 B
Kombo::AiApplyJobPostingStatusUpdatedWebhookPayload
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier for this webhook event | |
| type | String | Type of the webhook event | |
| data | AiApplyJobPostingStatusUpdatedWebhookPayloadData |
Example
require 'kombo_client'
instance = Kombo::AiApplyJobPostingStatusUpdatedWebhookPayload.new(
id: null,
type: null,
data: null
)