Values_1.GetBlueprintRunRequestSourceRetrieves the details of a blueprint run.
type nonrec t = {blueprintName : Values_0.OrchestrationNameString.t;The name of the blueprint.
*)runId : Values_0.IdString.t;The run ID for the blueprint run you want to retrieve.
*)}val make :
blueprintName:Values_0.OrchestrationNameString.t ->
runId:Values_0.IdString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.OrchestrationNameString.t ]) list ]