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