MessageTemplateSystemAttributes

data class MessageTemplateSystemAttributes(val customerEndpoint: MessageTemplateSystemEndpointAttributes? = null, val name: String? = null, val systemEndpoint: MessageTemplateSystemEndpointAttributes? = null)

The system attributes that are used with the message template.

Constructors

Link copied to clipboard
constructor(customerEndpoint: MessageTemplateSystemEndpointAttributes? = null, name: String? = null, systemEndpoint: MessageTemplateSystemEndpointAttributes? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CustomerEndpoint attribute.

Link copied to clipboard
val name: String? = null

The name of the task.

Link copied to clipboard

The SystemEndpoint attribute.