Sha256: 80eb4218211078d441587b061e40a2eb2ee007ac8a1538c57ec7dc35ea01db60
Contents?: true
Size: 630 Bytes
Versions: 47
Compression:
Stored size: 630 Bytes
Contents
# SunshineConversationsClient::ConversationLeaveEventAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation in which the user was removed. | [optional] **user** | [**UserTruncated**](UserTruncated.md) | The user that left the conversation. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ConversationLeaveEventAllOfPayload.new(conversation: null, user: null) ```
Version data entries
47 entries across 47 versions & 1 rubygems