| Name | Type | Description | Notes |
|---|---|---|---|
| data | EmployeeApiModel | ||
| raw | String | [optional] |
require 'stackone_hris_client'
instance = StackOneHRIS::EmployeeResult.new(
data: null,
raw: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| data | EmployeeApiModel | ||
| raw | String | [optional] |
require 'stackone_hris_client'
instance = StackOneHRIS::EmployeeResult.new(
data: null,
raw: null
)