Module Values.ArtifactDetailsSource

Returns information about the details of an artifact.

Sourcetype nonrec t = {
  1. minimumCount : MinimumArtifactCount.t;
    (*

    The minimum number of artifacts allowed for the action type.

    *)
  2. maximumCount : MaximumArtifactCount.t;
    (*

    The maximum number of artifacts allowed for the action type.

    *)
}
Sourceval context_ : string
Sourceval make : minimumCount:MinimumArtifactCount.t -> maximumCount:MaximumArtifactCount.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MinimumArtifactCount.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