Values.ArtifactDetailsSourceReturns information about the details of an artifact.
type nonrec t = {minimumCount : MinimumArtifactCount.t;The minimum number of artifacts allowed for the action type.
*)maximumCount : MaximumArtifactCount.t;The maximum number of artifacts allowed for the action type.
*)}val make :
minimumCount:MinimumArtifactCount.t ->
maximumCount:MaximumArtifactCount.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Integer of MinimumArtifactCount.t ]) list ]