mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
766 B
766 B
Kombo::GetHrisTimesheetsPositiveResponseDataResultsInnerBreaksInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ended_at | GetHrisTimesheetsPositiveResponseDataResultsInnerBreaksInnerEndedAt | ||
| paid | Boolean | Whether the break is paid or unpaid. | |
| started_at | GetHrisTimesheetsPositiveResponseDataResultsInnerBreaksInnerStartedAt |
Example
require 'kombo_client'
instance = Kombo::GetHrisTimesheetsPositiveResponseDataResultsInnerBreaksInner.new(
ended_at: null,
paid: null,
started_at: null
)