SunshineConversationsClient::WebhookListResponse

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
webhooksArray<Webhook>List of webhooks associated with the integration.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::WebhookListResponse.new(
  webhooks: null
)