Sha256: 631b44b5b9c18027070e73ef6dc20ec918ea766d917e80fe6035435d4f51a9b1
Contents?: true
Size: 617 Bytes
Versions: 50
Compression:
Stored size: 617 Bytes
Contents
# SunshineConversationsClient::ConversationReadEventAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation in which the message was read. | [optional] **activity** | [**Activity**](Activity.md) | The activity that was sent. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ConversationReadEventAllOfPayload.new(conversation: null, activity: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems