SunshineConversationsClient::WebhookResponse
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| webhook | Webhook | The webhook. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::WebhookResponse.new(
webhook: null
)