Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 626 Bytes

EmployeeResponseManager.md

File metadata and controls

26 lines (20 loc) · 626 Bytes

OpenapiClient::EmployeeResponseManager

Properties

Name Type Description Notes
first_name String
last_name String
id String the Affix-assigned ID of the individual. Nullable if the system only reports the name of the manager; not their ID
work_email String
remote_id String

Example

require 'openapi_client'

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