| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Stable webhook event ID | |
| event | String | ||
| call | WebhookPayloadCallReceivedCall | ||
| account | InboxWebhookAccount | ||
| timestamp | Time |
require 'zernio-sdk'
instance = Zernio::WebhookPayloadCallReceived.new(
id: null,
event: null,
call: null,
account: null,
timestamp: null
)