Sha256: 17335db1b389fa581e0ce6c15bf5289161bcf78e52ac2db3ad5719b92cc7f1e8

Contents?: true

Size: 1.82 KB

Versions: 16

Compression:

Stored size: 1.82 KB

Contents

# OpenapiClient::TimeOffEntryResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The Affix-assigned id of the time off entry |  |
| **remote_id** | **String** | the remote system-assigned id of the time off entry |  |
| **employee_id** | **String** | the Affix-assigned id of the individual |  |
| **employee_remote_id** | **String** | the remote system-assigned id of the individual |  |
| **start_date** | **Date** |  |  |
| **end_date** | **Date** |  |  |
| **amount** | **Float** |  |  |
| **unit** | **String** |  |  |
| **status** | **String** |  |  |
| **employee_note** | **String** |  |  |
| **policy_id** | **String** | The Affix-assigned id of the policy |  |
| **policy_remote_id** | **String** | The remote system-assigned id of the policy |  |
| **policy_name** | **String** | The name of the policy, as assigned by the remote system |  |
| **policy_type** | [**PolicyTypeResponse**](PolicyTypeResponse.md) |  |  |
| **remote_created_at** | **Date** |  |  |
| **remote_modified_at** | **Date** |  |  |

## Example

```ruby
require 'openapi_client'

instance = OpenapiClient::TimeOffEntryResponse.new(
  id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  remote_id: 19202938,
  employee_id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  employee_remote_id: 19202938,
  start_date: Sun Oct 11 00:00:00 UTC 2020,
  end_date: Wed Oct 14 00:00:00 UTC 2020,
  amount: 3,
  unit: days,
  status: approved,
  employee_note: Visiting my family,
  policy_id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  policy_remote_id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  policy_name: Comp/In Lieu Time,
  policy_type: null,
  remote_created_at: Sun Oct 11 00:00:00 UTC 2020,
  remote_modified_at: Mon Oct 12 00:00:00 UTC 2020
)
```

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
affixapi-1.1.102 docs/TimeOffEntryResponse.md
affixapi-1.1.101 docs/TimeOffEntryResponse.md
affixapi-1.1.100 docs/TimeOffEntryResponse.md
affixapi-1.1.99 docs/TimeOffEntryResponse.md
affixapi-1.1.94 docs/TimeOffEntryResponse.md
affixapi-1.1.93 docs/TimeOffEntryResponse.md
affixapi-1.1.92 docs/TimeOffEntryResponse.md
affixapi-1.1.91 docs/TimeOffEntryResponse.md
affixapi-1.1.90 docs/TimeOffEntryResponse.md
affixapi-1.1.89 docs/TimeOffEntryResponse.md
affixapi-1.1.88 docs/TimeOffEntryResponse.md
affixapi-1.1.87 docs/TimeOffEntryResponse.md
affixapi-1.1.86 docs/TimeOffEntryResponse.md
affixapi-1.1.85 docs/TimeOffEntryResponse.md
affixapi-1.1.84 docs/TimeOffEntryResponse.md
affixapi-1.1.83 docs/TimeOffEntryResponse.md