Sha256: 50a020237bd5c283acde2922c57d691586e074aa52530f32b6d4680d6035e64a
Contents?: true
Size: 754 Bytes
Versions: 16
Compression:
Stored size: 754 Bytes
Contents
# OpenapiClient::EmploymentHistoryNoNonNullRequest ## 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::EmploymentHistoryNoNonNullRequest.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
16 entries across 16 versions & 1 rubygems