SunshineConversationsClient::UserRemoveEventAllOfPayload
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| user | UserTruncated | The user that was removed. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::UserRemoveEventAllOfPayload.new(
user: null
)