Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 391 Bytes

WebhookReceiver.md

File metadata and controls

22 lines (16 loc) · 391 Bytes

MergeHRISClient::WebhookReceiver

Properties

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

Example

require 'merge_hris_client'

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