Values_0.BlueprintDetailsSourceThe details of a blueprint.
type nonrec t = {blueprintName : OrchestrationNameString.t option;The name of the blueprint.
*)runId : IdString.t option;The run ID for this blueprint.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of OrchestrationNameString.t ]) list ]