Sha256: e99d730233c132bb5bb3ed8bb24fe2a87938ac46a3c64db698033b1915c48804

Contents?: true

Size: 1.03 KB

Versions: 47

Compression:

Stored size: 1.03 KB

Contents

# SunshineConversationsClient::ConversationLeaveEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique ID of the event. May be used to ensure that an event is not processed twice in the case of a webhook that is re-tried due to an error or timeout. | [optional] 
**type** | **String** | The type of the event. Will match one of the subscribed triggers for your [webhook](#operation/createWebhook). | [optional] 
**created_at** | **String** | A timestamp signifying when the event was generated. Formatted as `YYYY-MM-DDThh:mm:ss.SSSZ`. | [optional] 
**payload** | [**ConversationLeaveEventAllOfPayload**](ConversationLeaveEventAllOfPayload.md) |  | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ConversationLeaveEvent.new(id: null,
                                 type: null,
                                 created_at: null,
                                 payload: null)
```


Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.2.2 docs/ConversationLeaveEvent.md
sunshine-conversations-client-12.2.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-12.1.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-12.0.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-11.0.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-10.0.1 docs/ConversationLeaveEvent.md
sunshine-conversations-client-10.0.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.15.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.14.1 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.14.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.13.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.12.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.11.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.10.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.9.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.8.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.7.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.6.0 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.5.7 docs/ConversationLeaveEvent.md
sunshine-conversations-client-9.5.6 docs/ConversationLeaveEvent.md