Sha256: 1c0b0331ab9044325549339abc9863b5fdbf3f570f9e16826f471bf4e749210c

Contents?: true

Size: 1.04 KB

Versions: 50

Compression:

Stored size: 1.04 KB

Contents

# SunshineConversationsClient::SwitchboardAcceptControl

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

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::SwitchboardAcceptControl.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-9.4.6 docs/SwitchboardAcceptControl.md
sunshine-conversations-client-9.4.5 docs/SwitchboardAcceptControl.md
sunshine-conversations-client-9.4.4 docs/SwitchboardAcceptControl.md
sunshine-conversations-client-9.4.3 docs/SwitchboardAcceptControl.md
sunshine-conversations-client-9.4.2 docs/SwitchboardAcceptControl.md
sunshine-conversations-client-9.4.1 docs/SwitchboardAcceptControl.md
sunshine-conversations-client-9.4.0 docs/SwitchboardAcceptControl.md
sunshine-conversations-client-9.3.0 docs/SwitchboardAcceptControl.md
sunshine-conversations-client-9.2.0 docs/SwitchboardAcceptControl.md
sunshine-conversations-client-9.1.1 docs/SwitchboardAcceptControl.md