Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 475 Bytes

TriggerWebhookEffectProps.md

File metadata and controls

19 lines (12 loc) · 475 Bytes

TalonOne::TriggerWebhookEffectProps

Properties

Name Type Description Notes
webhook_id Float The ID of the webhook that was triggered.
webhook_name String The name of the webhook that was triggered.

Code Sample

require 'TalonOne'

instance = TalonOne::TriggerWebhookEffectProps.new(webhook_id: null,
                                 webhook_name: null)