Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 594 Bytes

File metadata and controls

26 lines (20 loc) · 594 Bytes

Zernio::WebhookPayloadCallReceived

Properties

Name Type Description Notes
id String Stable webhook event ID
event String
call WebhookPayloadCallReceivedCall
account InboxWebhookAccount
timestamp Time

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadCallReceived.new(
  id: null,
  event: null,
  call: null,
  account: null,
  timestamp: null
)