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