MessageReference

@Serializable
@SerialName(value = "MessageReference")
data class MessageReference(val id: Identifier, val attribute: Identifier? = null) : InlineExpression(source)

A reference to another message.

Constructors

Link copied to clipboard
constructor(id: Identifier, attribute: Identifier? = null)

Properties

Link copied to clipboard

Optional attribute name for accessing message attributes

Link copied to clipboard

The message identifier