Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 405 Bytes

WebhookReceiverRequest.md

File metadata and controls

22 lines (16 loc) · 405 Bytes

MergeHRISClient::WebhookReceiverRequest

Properties

Name Type Description Notes
event String
is_active Boolean
key String [optional]

Example

require 'merge_hris_client'

instance = MergeHRISClient::WebhookReceiverRequest.new(
  event: null,
  is_active: null,
  key: null
)