mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
505 B
505 B
Kombo::GetAiApplyPostingsPositiveResponseDataResultsInnerCareerSite
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. | |
| label | String |
Example
require 'kombo_client'
instance = Kombo::GetAiApplyPostingsPositiveResponseDataResultsInnerCareerSite.new(
id: null,
label: null
)