Values.ReplacementEmailContentSourceThe ReplaceEmailContent object to be used for a specific BulkEmailEntry. The ReplacementTemplate can be specified within this object.
type nonrec t = {replacementTemplate : ReplacementTemplate.t option;The ReplacementTemplate associated with ReplacementEmailContent.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of EmailTemplateData.t ]) list ])
list ]