mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
942 B
942 B
Kombo::GetAssessmentOrdersOpenPositiveResponseDataResultsInnerJobHiringTeamInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| remote_id | String | The team member's identifier in the integrated system. | |
| String | The team member's email address. | ||
| first_name | String | The team member's first name. | |
| last_name | String | The team member's last name. | |
| hiring_team_roles | Array<String> | Array of the roles of the user for this specific job. Currently only `RECRUITER` and `HIRING_MANAGER` are mapped into our unified schema. |
Example
require 'kombo_client'
instance = Kombo::GetAssessmentOrdersOpenPositiveResponseDataResultsInnerJobHiringTeamInner.new(
remote_id: null,
email: null,
first_name: null,
last_name: null,
hiring_team_roles: null
)