Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 517 Bytes

WebhookSubSchema.md

File metadata and controls

19 lines (12 loc) · 517 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]

Code Sample

require 'SunshineConversationsClient'

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