Sha256: 68cce969aaf50bee5aaddc4138174a3acb370703fd07777bd9148bfc3bec18b6

Contents?: true

Size: 738 Bytes

Versions: 15

Compression:

Stored size: 738 Bytes

Contents

# OpenapiClient::EmploymentHistoryResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **job_title** | **String** |  |  |
| **effective_date** | **Date** |  |  |
| **group_id** | **String** |  |  |
| **group_remote_id** | **String** |  |  |
| **group_name** | **String** |  |  |
| **manager_id** | **String** |  |  |
| **manager_remote_id** | **String** |  |  |

## Example

```ruby
require 'openapi_client'

instance = OpenapiClient::EmploymentHistoryResponse.new(
  job_title: Software Developer,
  effective_date: Sun Oct 11 00:00:00 UTC 2020,
  group_id: 4B9bKBpX5tnwjiG93TAqF7ci,
  group_remote_id: 49,
  group_name: Engineering,
  manager_id: null,
  manager_remote_id: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

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