Values.TextPartValueSourceDescribes text information objects containing fields that determine how text part objects are composed.
type nonrec t = {type_ : TextPartType.t option;The type of text part. Determines the usage of all other fields and whether or not they're required.
*)displayText : TextPartValueDisplayTextString.t option;A short single line description of the link. Must be hyper-linked with the URL itself. Used for text parts with the type URL.
*)textByLocale : TextByLocale.t option;A map of locales to the text in that locale.
*)url : Url.t option;The URL itself.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of ([> `Enum of string ] * [> `String of String_.t ]) list
| `String of TextPartValueDisplayTextString.t ])
list ]