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

1 KiB

Kombo::GetAtsInterviewsPositiveResponseDataResultsInnerUsersInner

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.
remote_id String The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
first_name String First name of the user.
last_name String Last name of the user.
email String Email of the user. If the email address is invalid, it will be set to null. [optional]

Example

require 'kombo_client'

instance = Kombo::GetAtsInterviewsPositiveResponseDataResultsInnerUsersInner.new(
  id: null,
  remote_id: null,
  first_name: null,
  last_name: null,
  email: null
)