SunshineConversationsClient::WebhookSubSchema

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idStringThe unique ID of the webhook.[optional]
versionStringSchema version of the payload delivered to this webhook (v2).[optional]

Example

require 'sunshine-conversations-client'

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