mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
464 B
464 B
Kombo::DeleteHrisAbsencesAbsenceIdRequestBodyRemoteFieldsAdpworkforcenow
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| employment_id | String | [Required] The employment ID of the employee that the absence will be deleted from. | [optional] |
Example
require 'kombo_client'
instance = Kombo::DeleteHrisAbsencesAbsenceIdRequestBodyRemoteFieldsAdpworkforcenow.new(
employment_id: null
)