Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 437 Bytes

File metadata and controls

22 lines (16 loc) · 437 Bytes

StackOneHRIS::EmployeesPaginated

Properties

Name Type Description Notes
next_page String
data Array<EmployeeApiModel>
raw String [optional]

Example

require 'stackone_hris_client'

instance = StackOneHRIS::EmployeesPaginated.new(
  next_page: null,
  data: null,
  raw: null
)