Values_0.BatchGetBlueprintsRequestSourceRetrieves information about a list of blueprints.
type nonrec t = {names : BatchGetBlueprintNames.t;A list of blueprint names.
*)includeBlueprint : NullableBoolean.t option;Specifies whether or not to include the blueprint in the response.
*)includeParameterSpec : NullableBoolean.t option;Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
*)}val make :
?includeBlueprint:??? ->
?includeParameterSpec:??? ->
names:BatchGetBlueprintNames.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of [> `String of OrchestrationNameString.t ] list ])
list ]