Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

File metadata and controls

20 lines (14 loc) · 360 Bytes

StackOneHRIS::EmployeeResult

Properties

Name Type Description Notes
data EmployeeApiModel
raw String [optional]

Example

require 'stackone_hris_client'

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