Sha256: cc342378a0fa4c88c21b20a4fc74d65dcd9b1f0898dddb002e56e6dc9e9801e0
Contents?: true
Size: 940 Bytes
Versions: 30
Compression:
Stored size: 940 Bytes
Contents
# SunshineConversationsClient::ConversationPostbackEventAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **postback** | [**PostbackWebhook**](PostbackWebhook.md) | The postback associated with the event. | [optional] **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation linked to the postback. | [optional] **user** | [**User**](User.md) | The user that triggered the postback. | [optional] **source** | [**SourceWithCampaignWebhook**](SourceWithCampaignWebhook.md) | The source of the postback. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ConversationPostbackEventAllOfPayload.new(postback: null, conversation: null, user: null, source: null) ```
Version data entries
30 entries across 30 versions & 1 rubygems