Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 562 Bytes

PaginatedLocationList.md

File metadata and controls

22 lines (16 loc) · 562 Bytes

MergeHRISClient::PaginatedLocationList

Properties

Name Type Description Notes
_next String [optional]
previous String [optional]
results Array<Location> [optional]

Example

require 'merge_hris_client'

instance = MergeHRISClient::PaginatedLocationList.new(
  _next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ,
  results: null
)