Values_1.GetBlueprintRequestSourceRetrieves the details of a blueprint.
type nonrec t = {name : Values_0.NameString.t;The name of the blueprint.
*)includeBlueprint : Values_0.NullableBoolean.t option;Specifies whether or not to include the blueprint in the response.
*)includeParameterSpec : Values_0.NullableBoolean.t option;Specifies whether or not to include the parameter specification.
*)}val make :
?includeBlueprint:??? ->
?includeParameterSpec:??? ->
name:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.NullableBoolean.t
| `String of Values_0.NameString.t ])
list ]