Sha256: 12e045607806b1f9a6936a895e24a5fe6749c1c6653b9b2cabc08b788c6c67c6
Contents?: true
Size: 521 Bytes
Versions: 51
Compression:
Stored size: 521 Bytes
Contents
# OpenapiClient::CreateEmployeeRequestManager ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first_name** | **String** | | | | **last_name** | **String** | | | | **id** | **String** | | | | **work_email** | **String** | | | | **remote_id** | **String** | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::CreateEmployeeRequestManager.new( first_name: null, last_name: null, id: null, work_email: null, remote_id: null ) ```
Version data entries
51 entries across 51 versions & 1 rubygems