Sha256: 631b44b5b9c18027070e73ef6dc20ec918ea766d917e80fe6035435d4f51a9b1

Contents?: true

Size: 617 Bytes

Versions: 51

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

51 entries across 51 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.5.6 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.4.6 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.4.5 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.4.4 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.4.3 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.4.2 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.4.1 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.4.0 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.3.0 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.2.0 docs/ConversationReadEventAllOfPayload.md
sunshine-conversations-client-9.1.1 docs/ConversationReadEventAllOfPayload.md