Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 463 Bytes

IgnoreCommonModelRequest.md

File metadata and controls

20 lines (14 loc) · 463 Bytes

MergeHRISClient::IgnoreCommonModelRequest

Properties

Name Type Description Notes
reason ReasonEnum
message String [optional]

Example

require 'merge_hris_client'

instance = MergeHRISClient::IgnoreCommonModelRequest.new(
  reason: GENERAL_CUSTOMER_REQUEST,
  message: deletion request by user id 51903790-7dfe-4053-8d63-5a10cc4ffd39
)