mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
795 B
795 B
Kombo::GetAssessmentOrdersOpenPositiveResponseDataResultsInnerCandidate
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| String | The candidate's email address. | ||
| first_name | String | The candidate's first name. | [optional] |
| last_name | String | The candidate's last name. | [optional] |
| phone | String | The candidate's phone number. | [optional] |
| remote_id | String | The candidate's identifier in the integrated system. | [optional] |
Example
require 'kombo_client'
instance = Kombo::GetAssessmentOrdersOpenPositiveResponseDataResultsInnerCandidate.new(
email: null,
first_name: null,
last_name: null,
phone: null,
remote_id: null
)