Sha256: c68e5b66c48388481eb0b7c94552ea7419180d7b3c7861df61f58d247830ae3e

Contents?: true

Size: 1.03 KB

Versions: 50

Compression:

Stored size: 1.03 KB

Contents

# SunshineConversationsClient::SwitchboardPassControl

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

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/SwitchboardPassControl.md
sunshine-conversations-client-14.3.3 docs/SwitchboardPassControl.md
sunshine-conversations-client-14.3.2 docs/SwitchboardPassControl.md
sunshine-conversations-client-14.3.1 docs/SwitchboardPassControl.md
sunshine-conversations-client-14.3.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-14.2.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-14.1.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-14.0.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-13.2.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-13.1.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-13.0.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-12.8.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-12.7.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-12.6.2 docs/SwitchboardPassControl.md
sunshine-conversations-client-12.6.1 docs/SwitchboardPassControl.md
sunshine-conversations-client-12.6.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-12.5.1 docs/SwitchboardPassControl.md
sunshine-conversations-client-12.4.0 docs/SwitchboardPassControl.md
sunshine-conversations-client-12.3.1 docs/SwitchboardPassControl.md
sunshine-conversations-client-12.3.0 docs/SwitchboardPassControl.md