Values.ArtifactSummarySourceContains summary information about an artifact.
type nonrec t = {artifactId : ArtifactId.t option;The unique identifier of the artifact.
*)fileName : String_.t option;The file name of the artifact.
*)artifactType : ArtifactType.t option;The file type of the artifact.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ArtifactId.t ]) list ]