Sha256: 9a76b8493ddd97621fb82073bd579f52082cc7c2f76759c414e2467353fa4469
Contents?: true
Size: 910 Bytes
Versions: 18
Compression:
Stored size: 910 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] | ## 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 ) ```
Version data entries
18 entries across 18 versions & 1 rubygems