Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 429 Bytes

File metadata and controls

22 lines (16 loc) · 429 Bytes

StackOneHRIS::EmploymentsPaginated

Properties

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

Example

require 'stackone_hris_client'

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