Values.DocumentAttributeConfigurationSourceConfiguration information for document attributes. Document attributes are metadata or fields associated with your documents. For example, the company department name associated with each document. For more information, see Understanding document attributes.
type nonrec t = {name : DocumentMetadataConfigurationName.t option;The name of the document attribute.
*)type_ : AttributeType.t option;The type of document attribute.
*)search : Status.t option;Information about whether the document attribute can be used by an end user to search for information on their web experience.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of DocumentMetadataConfigurationName.t ])
list ]