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

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
)