Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 296 Bytes

File metadata and controls

18 lines (12 loc) · 296 Bytes

Zernio::TestWebhookRequest

Properties

Name Type Description Notes
webhook_id String ID of the webhook to test

Example

require 'zernio-sdk'

instance = Zernio::TestWebhookRequest.new(
  webhook_id: null
)