Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 421 Bytes

File metadata and controls

22 lines (16 loc) · 421 Bytes

StackOneHRIS::LocationsPaginated

Properties

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

Example

require 'stackone_hris_client'

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