Values.AutomatedReasoningPolicyBuildResultAssetManifestEntrySourceRepresents a single entry in the asset manifest, describing one artifact produced by the build workflow.
type nonrec t = {assetType : AutomatedReasoningPolicyBuildResultAssetType.t option;The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).
*)assetName : AutomatedReasoningPolicyBuildResultAssetName.t option;A human-readable name for the asset, if applicable. This helps identify specific documents or reports within the workflow results.
*)assetId : AutomatedReasoningPolicyBuildResultAssetId.t option;A unique identifier for the asset, if applicable. Use this ID when requesting specific assets through the API.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AutomatedReasoningPolicyBuildResultAssetName.t ])
list ]