Values.AutomatedReasoningPolicyBuildResultAssetManifestSourceA catalog of all artifacts produced by a build workflow, providing a comprehensive list of available assets including their types and identifiers.
type nonrec t = {entries : AutomatedReasoningPolicyBuildResultAssetManifestList.t option;The list of asset entries in the manifest, each describing an available artifact that can be retrieved.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of
AutomatedReasoningPolicyBuildResultAssetName.t ])
list ]
list ])
list ]