Defines the fields that are included in the response body of a request to the RetrieveEmployee endpoint. One of errors
or employee
is present in a given response (never both).
Name | Type | Description | Notes |
---|---|---|---|
employee | Employee | The response object. | [optional] |
errors | List<Error> | Any errors that occurred during the request. | [optional] |