Module Values_1.DocumentDefaultVersionDescriptionSource

A default version of a document.

Sourcetype nonrec t = {
  1. name : Values_0.DocumentName.t option;
    (*

    The name of the document.

    *)
  2. defaultVersion : Values_0.DocumentVersion.t option;
    (*

    The default version of the document.

    *)
  3. defaultVersionName : Values_0.DocumentVersionName.t option;
    (*

    The default version of the artifact associated with the document.

    *)
}
Sourceval make : ?name:??? -> ?defaultVersion:??? -> ?defaultVersionName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DocumentName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t