Values_1.DocumentDefaultVersionDescriptionSourceA default version of a document.
type nonrec t = {name : Values_0.DocumentName.t option;The name of the document.
*)defaultVersion : Values_0.DocumentVersion.t option;The default version of the document.
*)defaultVersionName : Values_0.DocumentVersionName.t option;The default version of the artifact associated with the document.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.DocumentName.t ]) list ]