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