Sha256: 9de836ef83e5eea25c836eac03fb51fd1b6a2ac3dc6666af5405d66bd88189b4

Contents?: true

Size: 1 KB

Versions: 6

Compression:

Stored size: 1 KB

Contents

# SunshineConversationsClient::UserRemoveEvent

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

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/UserRemoveEvent.md
sunshine-conversations-client-14.3.3 docs/UserRemoveEvent.md
sunshine-conversations-client-14.3.2 docs/UserRemoveEvent.md
sunshine-conversations-client-14.3.1 docs/UserRemoveEvent.md
sunshine-conversations-client-14.3.0 docs/UserRemoveEvent.md
sunshine-conversations-client-14.2.0 docs/UserRemoveEvent.md