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