Name | Type | Description | Notes |
---|---|---|---|
Id | string | Internal identifier of an message | [optional] |
To | []NotificationRecipientInfo | Message receiver(s) information | [optional] |
From | SenderInfo | [optional] | |
Type | string | Type of a message. The default value is 'SMS' | [optional] |
CreationTime | time.Time | Message creation datetime in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] |
LastModifiedTime | time.Time | Datetime when the message was modified in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] |
ReadStatus | string | Status of a message. The default value is 'Unread' | [optional] |
Priority | string | The default value is 'Normal' | [optional] |
Attachments | []MessageAttachmentInfo | Message attachment data | [optional] |
Direction | string | Message direction. The default value is 'Inbound' | [optional] |
Availability | string | Message availability status. The default value is 'Alive' | [optional] |
Subject | string | Message subject. It replicates message text which is also returned as an attachment | [optional] |
MessageStatus | string | Status of a message. The default value is 'Received' | [optional] |
ConversationId | string | Identifier of the conversation the message belongs to | [optional] |