Sha256: 1012ce73845d426503bb5c25bbd5da3ea7608b5817bcb1108363ae1b826c2ae3
Contents?: true
Size: 626 Bytes
Versions: 30
Compression:
Stored size: 626 Bytes
Contents
# 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 ```ruby require 'openapi_client' instance = OpenapiClient::EmployeeResponseManager.new( first_name: null, last_name: null, id: null, work_email: null, remote_id: null ) ```
Version data entries
30 entries across 30 versions & 1 rubygems