SunshineConversationsClient::CustomUpdate
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| display_name | String | A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::CustomUpdate.new(
display_name: My awesome integration
)