Sha256: 4cc0a0b0ca233f495a77f9efe7935d248b347da80bdaf760a592ad876f894c57
Contents?: true
Size: 989 Bytes
Versions: 3
Compression:
Stored size: 989 Bytes
Contents
# UltracartClient::ConversationParticipant ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_participant_arn** | **String** | | [optional] | | **conversation_participant_name** | **String** | | [optional] | | **conversation_participant_uuid** | **String** | | [optional] | | **joined_dts** | **String** | Joined conversation date/time | [optional] | | **last_message_dts** | **String** | Last message date/time | [optional] | | **left_dts** | **String** | Left conversation date/time | [optional] | | **status** | **String** | | [optional] | | **unread_messages** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationParticipant.new( conversation_participant_arn: null, conversation_participant_name: null, conversation_participant_uuid: null, joined_dts: null, last_message_dts: null, left_dts: null, status: null, unread_messages: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.55.rc | docs/ConversationParticipant.md |
ultracart_api-4.0.54.rc | docs/ConversationParticipant.md |
ultracart_api-4.0.53.rc | docs/ConversationParticipant.md |