Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 459 Bytes

File metadata and controls

24 lines (18 loc) · 459 Bytes

Zernio::WebhookPayloadTest

Properties

Name Type Description Notes
id String Stable webhook event ID
event String
message String Human-readable test message
timestamp Time

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadTest.new(
  id: null,
  event: null,
  message: null,
  timestamp: null
)