mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
658 B
658 B
Kombo::PostAtsCandidatesRequestBodyRemoteFieldsAllOfTeamtailor
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| candidate | Hash<String, Object> | Fields that we will pass through to Teamtailor's `Candidate` object. | [optional] |
| application | PostAtsCandidatesRequestBodyRemoteFieldsAllOfTeamtailorApplication | [optional] |
Example
require 'kombo_client'
instance = Kombo::PostAtsCandidatesRequestBodyRemoteFieldsAllOfTeamtailor.new(
candidate: null,
application: null
)