Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 592 Bytes

CreateEmployeeRequestEmergencyContacts.md

File metadata and controls

26 lines (20 loc) · 592 Bytes

OpenapiClient::CreateEmployeeRequestEmergencyContacts

Properties

Name Type Description Notes
first_name String
last_name String
relationship String
mobile_phone_number String
primary_contact Boolean

Example

require 'openapi_client'

instance = OpenapiClient::CreateEmployeeRequestEmergencyContacts.new(
  first_name: null,
  last_name: null,
  relationship: null,
  mobile_phone_number: null,
  primary_contact: null
)