mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
838 B
838 B
Kombo::GetHrisEmployeesPositiveResponseDataResultsInnerIntegrationFieldsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The globally unique ID of this object. | |
| key | String | The key of the field in the remote system. | |
| type | String | - `DEFAULT`: static fields in the remote system. - `CUSTOM`: fields that are created/editable by the user. | |
| value | Null | The field's value. | [optional] |
| label | String | The label of the field. (not always available) |
Example
require 'kombo_client'
instance = Kombo::GetHrisEmployeesPositiveResponseDataResultsInnerIntegrationFieldsInner.new(
id: null,
key: null,
type: null,
value: null,
label: null
)