docs.V2ImportedMessage.md Maven / Gradle / Ivy
# V2ImportedMessage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** | Message text in MessageML |
**format** | [**FormatEnum**](#FormatEnum) | | [optional]
**intendedMessageTimestamp** | **Long** | The timestamp representing the time when the message was sent in the original system in milliseconds since Jan 1st 1970. |
**intendedMessageFromUserId** | **Long** | The long integer userid of the Symphony user who you intend to show sent the message. |
**originatingSystemId** | **String** | The ID of the system through which the message was originally sent. |
**originalMessageId** | **String** | The ID of the message in the original system. | [optional]
**streamId** | **String** | |
## Enum: FormatEnum
Name | Value
---- | -----
TEXT | "TEXT"
MESSAGEML | "MESSAGEML"