Sha256: f927d444b8b1ac3c3d3b92192dc045e1928b65d96e04d6418ab515dac13660bc
Contents?: true
Size: 1.01 KB
Versions: 41
Compression:
Stored size: 1.01 KB
Contents
# SunshineConversationsClient::ClientRemoveEvent ## 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** | [**ClientRemoveEventAllOfPayload**](ClientRemoveEventAllOfPayload.md) | | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ClientRemoveEvent.new(id: null, type: null, created_at: null, payload: null) ```
Version data entries
41 entries across 41 versions & 1 rubygems