SunshineConversationsClient::CustomUpdate

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
display_nameStringA 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
)