Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 474 Bytes

File metadata and controls

20 lines (14 loc) · 474 Bytes

SunshineConversationsClient::WebhookSubSchema

Properties

Name Type Description Notes
id String The unique ID of the webhook. [optional]
version String Schema version of the payload delivered to this webhook (v2). [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::WebhookSubSchema.new(
  id: null,
  version: null
)