Sha256: 41ea10b994efa17be6cae0dfa37ba7d1741079902cc96bd49dea1a961415aba9

Contents?: true

Size: 701 Bytes

Versions: 1

Compression:

Stored size: 701 Bytes

Contents

# UltracartClient::ConversationWebchatQueueStatusQueueEntry

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **conversation_participant_arn** | **String** |  | [optional] |
| **conversation_participant_name** | **String** |  | [optional] |
| **conversation_webchat_queue_uuid** | **String** |  | [optional] |
| **join_dts** | **String** | Date/time the customer joined the queue | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::ConversationWebchatQueueStatusQueueEntry.new(
  conversation_participant_arn: null,
  conversation_participant_name: null,
  conversation_webchat_queue_uuid: null,
  join_dts: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultracart_api-4.0.43.rc docs/ConversationWebchatQueueStatusQueueEntry.md