Module Values_0.ArtifactSourceSource

A structure describing the source of an artifact.

Sourcetype nonrec t = {
  1. sourceUri : SourceUri.t;
    (*

    The URI of the source.

    *)
  2. sourceTypes : ArtifactSourceTypes.t option;
    (*

    A list of source types.

    *)
}
Sourceval context_ : string
Sourceval make : ?sourceTypes:??? -> sourceUri:SourceUri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of String256.t ]) list ] list | `String of SourceUri.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