Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 365 Bytes

CreateEmployeeRequestDependents.md

File metadata and controls

20 lines (14 loc) · 365 Bytes

OpenapiClient::CreateEmployeeRequestDependents

Properties

Name Type Description Notes
name String
relationship String

Example

require 'openapi_client'

instance = OpenapiClient::CreateEmployeeRequestDependents.new(
  name: null,
  relationship: null
)