Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 344 Bytes

File metadata and controls

20 lines (14 loc) · 344 Bytes

StackOneHRIS::LocationResult

Properties

Name Type Description Notes
data Location
raw String [optional]

Example

require 'stackone_hris_client'

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