Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 849 Bytes

File metadata and controls

26 lines (20 loc) · 849 Bytes

Zernio::WebhookPayloadCallPermissionRequest

Properties

Name Type Description Notes
id String
event String
permission WebhookPayloadCallPermissionRequestPermission
account InboxWebhookAccount
timestamp Time UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued). Retries and redeliveries keep the original value, so it reflects the event, not the delivery attempt.

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadCallPermissionRequest.new(
  id: null,
  event: null,
  permission: null,
  account: null,
  timestamp: null
)