Sha256: 0181a09c7707526f0085b1e59dc6d8b2204ae13004ec5213f1aed429c66071e2

Contents?: true

Size: 1.03 KB

Versions: 48

Compression:

Stored size: 1.03 KB

Contents

# SunshineConversationsClient::ConversationJoinEvent

## 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** | [**ConversationJoinEventAllOfPayload**](ConversationJoinEventAllOfPayload.md) |  | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.5.6 docs/ConversationJoinEvent.md
sunshine-conversations-client-9.4.6 docs/ConversationJoinEvent.md
sunshine-conversations-client-9.4.5 docs/ConversationJoinEvent.md
sunshine-conversations-client-9.4.4 docs/ConversationJoinEvent.md
sunshine-conversations-client-9.4.3 docs/ConversationJoinEvent.md
sunshine-conversations-client-9.4.2 docs/ConversationJoinEvent.md
sunshine-conversations-client-9.4.1 docs/ConversationJoinEvent.md
sunshine-conversations-client-9.4.0 docs/ConversationJoinEvent.md