Sha256: 66c8990ebae6c52731605ba702afe02fabeeeaae127ff1fd1aea6dd8954aa062

Contents?: true

Size: 974 Bytes

Versions: 50

Compression:

Stored size: 974 Bytes

Contents

# SunshineConversationsClient::ParticipantLeaveBody

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | **String** | The id of the user that will be removed from the conversation. It will return 404 if the user can’t be found.  | [optional] 
**user_external_id** | **String** | The externalId of the user that will be removed from the conversation. It will return 404 if the user can’t be found.  | [optional] 
**participant_id** | **String** | The participantId of the user that will be removed from the conversation. It will return 404 if the user can’t be found.  | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ParticipantLeaveBody.new(user_id: 42589ad070d43be9b00ff7e5,
                                 user_external_id: your-own-user-id,
                                 participant_id: 42589ad070d43be9b00ff7e5)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/ParticipantLeaveBody.md
sunshine-conversations-client-14.3.3 docs/ParticipantLeaveBody.md
sunshine-conversations-client-14.3.2 docs/ParticipantLeaveBody.md
sunshine-conversations-client-14.3.1 docs/ParticipantLeaveBody.md
sunshine-conversations-client-14.3.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-14.2.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-14.1.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-14.0.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-13.2.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-13.1.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-13.0.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-12.8.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-12.7.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-12.6.2 docs/ParticipantLeaveBody.md
sunshine-conversations-client-12.6.1 docs/ParticipantLeaveBody.md
sunshine-conversations-client-12.6.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-12.5.1 docs/ParticipantLeaveBody.md
sunshine-conversations-client-12.4.0 docs/ParticipantLeaveBody.md
sunshine-conversations-client-12.3.1 docs/ParticipantLeaveBody.md
sunshine-conversations-client-12.3.0 docs/ParticipantLeaveBody.md