Values.MessageTemplateOrderFieldSourceThe message template fields to order the message template query results by. The following is the list of supported field names: name description channel channelSubtype language qualifier createdTime lastModifiedTime lastModifiedBy groupingConfiguration.criteria groupingConfiguration.values
type nonrec t = {name : NonEmptyString.t;The name of the message template.
*)order : Order.t option;The order at which the message templates are sorted by.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]