kombo-ruby-sdk/docs/DeleteHrisAbsencesAbsenceIdPositiveResponse.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

763 B

Kombo::DeleteHrisAbsencesAbsenceIdPositiveResponse

Properties

Name Type Description Notes
status String
data PostHrisAbsencesPositiveResponseData
warnings Array<PostPassthroughToolApiPositiveResponseWarningsInner> These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.

Example

require 'kombo_client'

instance = Kombo::DeleteHrisAbsencesAbsenceIdPositiveResponse.new(
  status: null,
  data: null,
  warnings: null
)