Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 521 Bytes

CreateEmployeeRequestManager.md

File metadata and controls

26 lines (20 loc) · 521 Bytes

OpenapiClient::CreateEmployeeRequestManager

Properties

Name Type Description Notes
first_name String
last_name String
id String
work_email String
remote_id String

Example

require 'openapi_client'

instance = OpenapiClient::CreateEmployeeRequestManager.new(
  first_name: null,
  last_name: null,
  id: null,
  work_email: null,
  remote_id: null
)