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