Sha256: 9f182861e37ac8f07a849f3ae360dbc531f3252d9ad74153994be2a8e18942bf
Contents?: true
Size: 465 Bytes
Versions: 182
Compression:
Stored size: 465 Bytes
Contents
# UltracartClient::ConversationMessageTransportStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_participant_arn** | **String** | | [optional] | | **status** | **String** | The status of the message transport | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationMessageTransportStatus.new( conversation_participant_arn: null, status: null ) ```
Version data entries
182 entries across 182 versions & 1 rubygems