Values_2.TemplateAttributesSourceInformation about the template attributes.
type nonrec t = {customAttributes : Values_0.Attributes.t option;An object that specifies the custom attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.
*)customerProfileAttributes : Values_1.CustomerProfileAttributesSerialized.t
option;An object that specifies the customer profile attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_1.CustomerProfileAttributesSerialized.t ])
list ]