Sha256: 426b3f1ad3b042318d94bec09bead433e7eed79a06bd5b038ae6292bf513c3a1
Contents?: true
Size: 839 Bytes
Versions: 1
Compression:
Stored size: 839 Bytes
Contents
# SunshineConversationsClient::TicketClosed ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity. | [default to 'ticketClosed'] **data** | **Hash<String, Object>** | No additional data is supplied with the \"ticketClosed\" activity type at this time. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::TicketClosed.new(type: null, data: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sunshine-conversations-client-14.3.1 | docs/TicketClosed.md |