Sha256: 929ff15fc866a5bf39df5fb5c539c2a4432dbc911de0313e7fbba1f750bd2525
Contents?: true
Size: 592 Bytes
Versions: 20
Compression:
Stored size: 592 Bytes
Contents
# OpenapiClient::CreateEmployeeRequestEmergencyContacts ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first_name** | **String** | | | | **last_name** | **String** | | | | **relationship** | **String** | | | | **mobile_phone_number** | **String** | | | | **primary_contact** | **Boolean** | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::CreateEmployeeRequestEmergencyContacts.new( first_name: null, last_name: null, relationship: null, mobile_phone_number: null, primary_contact: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems