Values.SystemAttributesSourceThe system attributes that are used with the message template.
type nonrec t = {name : MessageTemplateAttributeValue.t option;The name of the task.
*)customerEndpoint : SystemEndpointAttributes.t option;The CustomerEndpoint attribute.
*)systemEndpoint : SystemEndpointAttributes.t option;The SystemEndpoint attribute.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of MessageTemplateAttributeValue.t
| `Structure of
(string * [> `String of MessageTemplateAttributeValue.t ]) list ])
list ]