Sha256: 6e84ae1a85351e1cbef5e42acfb2a4a3c5722f038da99888a7c8b4f0153624f4

Contents?: true

Size: 882 Bytes

Versions: 51

Compression:

Stored size: 882 Bytes

Contents

# SunshineConversationsClient::EventSubSchema

## 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] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.5.6 docs/EventSubSchema.md
sunshine-conversations-client-9.4.6 docs/EventSubSchema.md
sunshine-conversations-client-9.4.5 docs/EventSubSchema.md
sunshine-conversations-client-9.4.4 docs/EventSubSchema.md
sunshine-conversations-client-9.4.3 docs/EventSubSchema.md
sunshine-conversations-client-9.4.2 docs/EventSubSchema.md
sunshine-conversations-client-9.4.1 docs/EventSubSchema.md
sunshine-conversations-client-9.4.0 docs/EventSubSchema.md
sunshine-conversations-client-9.3.0 docs/EventSubSchema.md
sunshine-conversations-client-9.2.0 docs/EventSubSchema.md
sunshine-conversations-client-9.1.1 docs/EventSubSchema.md